commit | bcc8d8a2d43b9243e188ed711a9e71efd79fa685 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Feb 18 15:21:19 2019 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Feb 19 14:18:46 2019 +0900 |
tree | 6538dff8ce8839d16d55cddfda5152e5994ec37a | |
parent | 4ea3ad0e343c523eb96f988c96b72d2ed65e8d99 [diff] |
Install apexkeys.txt into the target-files package The file contains information about apex-to-keys mappings. Bug: 124406181 Test: m dist and check if META/apexkeys.txt file exist in the target-files package. Change-Id: If8da917a8b4d4e8326614b34067c14ed0df59cb3
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.