commit | 9601e6e0f8ac2715e99adb31ecb9305f821f4a99 | [log] [tgz] |
---|---|---|
author | Ian Kasprzak <iankaz@google.com> | Fri Nov 08 18:40:39 2019 -0800 |
committer | Ian Kasprzak <iankaz@google.com> | Sat Nov 09 14:21:45 2019 -0800 |
tree | 0d2ea2adc6062bae4ef1942cac811db0c6d56536 | |
parent | 654fdb5edd43e339fe72bb039f12bc9fd3392476 [diff] |
Add "with-license" rule to generate public AOSP phone image. Bug: 125451157 Test: Verified output in out and dist folders Additional verification: - Without the VENDOR_BLOBS_NOTICE build fails - Output shell artifact displays license as expected - Shell artifact permissions are correct (ug executable) - Shell artifact unzips inner zip after license agreement - Unzipping shell artifact only unzips license.txt file Change-Id: If1004bd61d873c592c8541a13724eb575f59cddf
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.