Lollipop 5.0 building with minimal embedded configuration

Does anyone know how to finish building Android Lollipop 5.0 with built-in configuration? Earlier we used Jelly Bean and built it using the BUILD_TINY_ANDROID definition . Today this definition is outdated. I found a new definition ANDROID_BUILD_EMBEDDED , but that also does not help. I found that with the latest Android build system, we have some standard products for building configurations (build \ target \ product). I created a new device description. In my device description, I tried to use assembly rules inherited from embedded.mk. But I have Java errors, and I could not build the project. The same goes for base.mk rules. The minimum configuration that I managed to build is core_tiny.mk. But I do not need JAVA and GUI. Can anyone know how to define a new minimal configuration that does not include JAVA and GUI for the embedded system?

+4
source share

Source: https://habr.com/ru/post/1568963/


All Articles