commit | beb0b6927cc2667ac0db0a5dea3cec32c800b025 | [log] [tgz] |
---|---|---|
author | Jacky Liu <qsliu@google.com> | Wed Dec 29 16:29:05 2021 +0800 |
committer | Jacky Liu <qsliu@google.com> | Wed Jan 05 17:54:40 2022 +0800 |
tree | 6d4fe2de1c913d2823cbf967f8229108b45b4337 | |
parent | 8beddf2e7e047bf47fd12d1c51563d84613f680b [diff] |
Add PRODUCT_EXTRA_OTA_KEYS to add extra ota keys in otacerts.zip Equivalent to PRODUCT_EXTRA_RECOVERY_KEYS but for A/B OTA. Bug: 211848136 Test: set PRODUCT_EXTRA_OTA_KEYS and check otacerts.zip Change-Id: I81e27d12a22b405f6227b09c01ed684dfcede19e
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.