commit | 57f1d98a67636a797dc03050364349bd757d2be3 | [log] [tgz] |
---|---|---|
author | Bowgo Tsai <bowgotsai@google.com> | Thu Sep 12 17:53:42 2019 +0800 |
committer | Bowgo Tsai <bowgotsai@google.com> | Thu Sep 12 17:56:06 2019 +0800 |
tree | 2928a418fdbb978b91578ad26b372cded7e1b666 | |
parent | 64c50b353e1d2d1199fc817982dc6e7e6b522450 [diff] |
Moving "persist.traced.enable" to /product/build.prop This property has a stable API so it can be moved to /product partition. The interface between /product and /system should be stable, but that between /system and /system_ext need not. https://android-review.googlesource.com/c/platform/system/libsysprop/+/952375 Bug: 140788609 Test: build and checks /product/build.prop Change-Id: I3545b22af9aaf4d7f51e88e626e73ac75ded78fc
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.