Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Patches and system-apps #14

Open
rkunschke opened this issue Jan 10, 2020 · 3 comments
Open

Add Patches and system-apps #14

rkunschke opened this issue Jan 10, 2020 · 3 comments

Comments

@rkunschke
Copy link

Hello,
I try'ed to build aosp with microg so I added the packages in the config/manifest/base.xml as it is descriped here: https://github.com/microg/android_packages_apps_GmsCore/wiki/Building
I used make DEVICE=sargo fetch to get the sources and jumped into the container with make shell. I applyed this patch without problems. https://github.com/microg/android_packages_apps_GmsCore/blob/master/patches/android_frameworks_base-P.patch

I started the build with make DEVICE=sargo and the build failed because it cant write the new apps to the desired folder.

I don't think what I used the build-system how it should be used.

How can i add system-apps and apply patches?

@ypid
Copy link
Collaborator

ypid commented Jan 12, 2020

I have not done this myself and have not intention to do so. But as I understand it, you would need to follow this part of the documentation: https://github.com/microg/android_packages_apps_GmsCore/wiki/Building#integrate-gmscore-in-aosp-based-rom Did you do that?

@rkunschke
Copy link
Author

Yes. But I am not sure how to do it. Should i do it in the aosp-build folder or in the shell with make shell?

@ypid
Copy link
Collaborator

ypid commented Jan 14, 2020

make shell would be preferred. Please get familiar with Docker and with the layout of this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants