commit | 1fd498d748b74bfb573ffe4931adfa5a6bcee9ac | [log] [tgz] |
---|---|---|
author | Hridya Valsaraju <hridya@google.com> | Tue May 07 10:28:49 2019 -0700 |
committer | Hridya Valsaraju <hridya@google.com> | Wed May 08 16:22:06 2019 +0000 |
tree | f866af46669ba5a974787e4392ad17adbd413390 | |
parent | 0376d7dcbb5bd412344667751b200430fa358f20 [diff] |
Move ro.boot.dynamic_partitions to vendor/build.prop Bug: 132197773 Test: property present in vendor/build.prop Currently, the property resides in product partition which gets overwritten by the GSI image. Moving it to vendor will ensure that the property is set even when a GSI image is flashed on the device. Change-Id: I4d4a3c473194e15ba124a121f89bbb3ec1a73d19
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.