commit | 97f21ac01c42adeefb03a269c988675f04fa763a | [log] [tgz] |
---|---|---|
author | Bryan Henry <bryanhenry@google.com> | Thu Apr 26 11:25:23 2018 -0700 |
committer | Bryan Henry <bryanhenry@google.com> | Thu Apr 26 12:42:34 2018 -0700 |
tree | 5c83361fae6a4c7a89a923970fbfdd1dd974a415 | |
parent | 50958e2cae2d8fd1373694cecf9381127bfac539 [diff] |
Include default Android Things AVB keys in otatools.zip Android Things has an extension on AVB and thus uses different test keys, along with a public key metadata file. See external/avb/README.md. Bug: 72837107 Test: Local sign_target_files_apks run of locally built target-files Change-Id: I769e09a971b9b6b2c9cb0f3272f756b1857eb286
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.