commit | c35a33e59cdc152d383cad8e4ae89753d3eef230 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Feb 11 21:42:57 2019 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Feb 11 21:50:02 2019 +0900 |
tree | 82043fa4886215a93ab3a0510d63f4e7aeb1beb0 | |
parent | 010df4b47132606cf1ecea735719bf3e6861ff4f [diff] |
TARGET_FLATTEN_APEX for GSI Regular (non-flattened) APEX may require changes to the kernel, which is against the Treble promise. For maximum compatibility, APEXes are flattened for GSI so that APEXes can be activated by legacy kernels. Bug: 124159875 Test: N/A Change-Id: Iea5701d3b917ebf8657d3ce38131c1838b51677e
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.