commit | 58dd353a07cc72dc39cd49d90ec914a402aefa98 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed May 20 17:55:36 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed May 27 12:52:43 2020 +0900 |
tree | b5a9768fc7f15867768ccee0795f1d0d2b9e9831 | |
parent | f2b944cceac55843fead8a93b5afece93e103d4f [diff] |
remove code for default.prop default.prop files are gone. Remove the code in post_process_prop.py that handles the file. Bug: 1313599 Test: m Change-Id: I3b4ff4adac57a406b70300d34ece7028cb52eb2d
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.