commit | dd3af422a244d49b7c537cde9afdb765bbba0d59 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Jul 01 01:46:47 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 01 01:46:47 2020 +0000 |
tree | d58f4bd1df322afeec675d6ac1d804d32f999b96 | |
parent | 3a3d501e11c636e640010e6132fc51df81628e91 [diff] | |
parent | 24d9cad56383fdc6c2c61526c44d2ffd726b8e7b [diff] |
Merge changes from topic "sysprop" * changes: Handle the case when non-optional props have the same value BUILD_BROKEN_DUP_SYSPROP as escape hatch for the new sysprop restriction pm.dexopt.* props in runtime_libart.mk becomes optional Some properties are set as optional ro.zygote in base_system.mk is optional Don't inherit tablet-dalvik-heap for GSI and emulator Support optional prop assignments
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.