commit | 6eb1a99f36a77031a14711e8bb49f531862e6451 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Aug 06 07:33:45 2018 -0700 |
committer | Tao Bao <tbao@google.com> | Mon Aug 06 07:36:33 2018 -0700 |
tree | 4c48a4b435f493a2d819f4e746e8720c8e2a4271 | |
parent | a0d3277b8d4455c8988436595e6a33adc4230aae [diff] |
Write the missing system build props to recovery build prop file. This was missed by [1], which changed the rules for writing recovery build prop file. [1] commit 139c7270361a421592705836391ebb48dafaba57 Bug: 110380063 Bug: 112247573 Test: `m bootimage` with aosp_marlin-userdebug. Check the generated recovery build prop file against the one before [1]. Change-Id: Ib5829b01a63eee8e8a09486dd68063ba297b7443
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.