commit | b5570cf17bd0f66e92b4e5292767bff3e41339fa | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Wed Aug 07 14:17:13 2019 +0900 |
committer | Justin Yun <justinyun@google.com> | Wed Aug 07 23:44:41 2019 +0000 |
tree | 5329a76476ed3be32d7e060c0fe5aefedfef00e0 | |
parent | c5cb45b7dab2cf70e5fdffe5f818702827371c7f [diff] |
Revert "Add product and system_ext partition for emulator" This reverts commit ef7e3f262379405797b4af406c67e50ee5e3850b. The configuration affects GSI to have separate partitions for product and system_ext which was not intended. Bug: 138742524 Bug: 138382074 Test: emulator; check boot Change-Id: Ie621d6b49f22ee2775adf1c1497e812f840f8ba7
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.