commit | 0ee7115b2d3359443354cf3bf80b83e90bb65506 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Jul 03 09:59:10 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Fri Jul 03 09:59:10 2020 +0900 |
tree | 518b5697fa2940932d875737939c21f725d1b471 | |
parent | 4637537110d19de7ba92d769d1244f57fa5802ff [diff] |
add build.prop for other partitions to the dist out Previously, only system/build.prop was registered as dist out. This change adds build.prop in the other partitions to the dist out. This will allow us to examine those build.prop files without downloading the entire target-files.zip file. Bug: 117892318 Test: examine the dist out Change-Id: I6f4ba16d765336a57f0da90edba788a627f25e60
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.