commit | 0733fbeaf84b6977942274d4614a635927ca9507 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Apr 17 15:08:17 2019 -0700 |
committer | Tao Bao <tbao@google.com> | Sun Apr 21 18:25:24 2019 -0700 |
tree | 6987a8d373418844c2990deaa3a5148e45f8b561 | |
parent | 967105ada9592416210453149cea964f4ca81e58 [diff] |
Move update-payload-key.pub.pem into a module. This allows update_engine listing the file as a required module, regardless of the value in AB_OTA_UPDATER. Bug: 130516531 Test: Build aosp_arm64-userdebug w/o setting AB_OTA_UPDATER. Check that /system/etc/update_engine/update-payload-key.pub.pem is available. Change-Id: Ied041aca750e7260402ae8dbf65ff740d0b87205
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.