commit | 87e452739e5d0210fa0fd6f29475e39789654a17 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Wed Jul 27 11:14:12 2022 -0700 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Wed Jul 27 11:15:58 2022 -0700 |
tree | eda19f2b3a68ce411b033f63c6311219540f0560 | |
parent | d024518e1e69e798112ed452a294606f47cf0350 [diff] |
Fix typo in recently changed extra_apex_payload_key flag The intention was to make extra_apex_payload_key take a comma separted list of keys. Iterating over a string will only iterate over each characters individually. Must split by "," to iterate over keys. Test: Run signing test locally using tradefed.sh Bug: 239991438 Change-Id: I51bfed53a43b1b0fc1e33e0dc3d418a727e6ff15
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.