commit | 285083e47555ca1042502e8e15da806bea39ecf3 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Jul 27 13:28:47 2018 -0700 |
committer | Yifan Hong <elsk@google.com> | Fri Jul 27 16:24:38 2018 -0700 |
tree | 98f92851d2f8bd9f1b30080eaf8a6e8276a3c3e2 | |
parent | 7b21221d2a46cf3ec2e1f9208d47c2218db4ccf0 [diff] |
Fix collapse-pairs for last empty property If the last token in the argument for collapse-pairs is key=, then the following lines were written: key = This patch fixes it so that key= is written instead. Test: specify ro.boot.logical_partitions= at the end of ADDITIONAL_PRODUCT_PROPERTIES and `cat $OUT/product/build.prop` shows: ro.boot.logical_partitions= Change-Id: I33a0efb59871f0e36a93c8fae0d75f2735994301
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.