[bullhead] Compilation is not successful on a clean sync #23

Open
UniversalSuperBox opened this Issue Jul 23, 2017 · 2 comments

Comments

Projects
None yet
3 participants
Member

UniversalSuperBox commented Jul 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.mk

I'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 := APPS globablly to solve this problem for any device that builds apps with stuff in vendor/.

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.

Member

vanyasem commented Oct 15, 2017

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