Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
[bullhead] Compilation is not successful on a clean sync #23
Comments
Flohack74
commented
Aug 1, 2017
|
I have a similar issue with one of my test builds but its not in vendor if I remember. Thats unfortunate since it means we have to also fork vendor trees. Until now I could always just take them from TheMuppets etc. |
|
Simmilar issue on HTC 10 (PME). I'm thinking of writing a simple bash script that would do it, but that doesn't seem like a permanent solution |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UniversalSuperBox commentedJul 23, 2017
The Vendor image for the Nexus 5X includes some apps that cannot be built in the Halium build system due to the lack of Java utilities. Every developer is required to comment out everything in
vendor/lge/bullhead/Android.mkI'll be thinking out loud for the remainder of this message.
Maybe it's possible to explicitly ignore vendor/lge/bullhead/Android.mk in the device files somehow. It might also be possible to ignore
LOCAL_MODULE_CLASS := APPSglobablly to solve this problem for any device that builds apps with stuff in vendor/.