commit | 7d679bb26ade58b00fe8c54da1de5ae2ad213b6f | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Fri Jun 07 13:36:17 2019 +0100 |
committer | Anton Hansson <hansson@google.com> | Mon Jun 10 10:17:27 2019 +0100 |
tree | 0fa8be8b585a32e3ef2300c11346390ca3ec92b0 | |
parent | 6728fe850ecbf3fff814efdd4ffbb850a134672d [diff] |
Make mainline device use apex The build system default was changed to not support apex, but we want the mainline device to enable it. Also re-disable it for GSI. Test: make Change-Id: I9a4372d375c2c741d7de5b2f83cac3c4b08767f8 Merged-In: I9a4372d375c2c741d7de5b2f83cac3c4b08767f8
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.