On 24 December 2014 at 20:29, <[email protected]> wrote: > Does anybody know way for legal build Android Lollipop 5.0 with Embedded > configuration. We used JB before and built it with TINY_ANDROID definition. > Today this definition is obsolete. I found new definition > ANDROID_BUILD_EMBEDDED but it also does not help. In my device description I > tried to use build rules inherited from embedded.mk but I have java errors
Yes embedded.mk is your best bet. It worked for me long time back on AOSP master but I have not tried it lately. I don't see any reason why you should run into java errors. Make sure you have not enabled dexpreopt or any such flag. Also there is this very old patch https://android-review.googlesource.com/#/c/83001/ for reference, it could be of some help. Regards, Amit Pundir > and could not build the project. The same for base.mk rules. The minimum > configuration I was success to build is core_tiny.mk. But I do not need JAVA > at all. > > -- > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > > --- > You received this message because you are subscribed to the Google Groups > "android-porting" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
