commit | ee4c970eb0094f88613d183ab017e6002445a5a5 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Fri Dec 21 15:36:00 2018 +0000 |
committer | Anton Hansson <hansson@google.com> | Tue Mar 12 18:03:44 2019 +0000 |
tree | 996c1ba5bbc4063005c220b86436aa452caf228e | |
parent | ef0b949be34d22e2fbd2da3c414afcd2ea7d6608 [diff] |
System-specific product sysprops This change makes it possible for products to specify the values of the ro.product.system.X sysprops independently from the corresponding sysprops on the other partitions. Leave the fingerprint as-is for now. It will be changed to follow suit in a followup change. Bug: 110206836 Test: make Change-Id: Id30012e1948df792778b102203116d4ae3f68e56
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.