commit | a3c3b9bc64e45b51c210e062b6a61a04333be36c | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri May 10 15:47:37 2019 -0700 |
committer | Tao Bao <tbao@google.com> | Fri May 10 15:52:01 2019 -0700 |
tree | 03d773a2d511a9daeb9a78234a24b4ee25f81456 | |
parent | 6311b83cc26657400ca8284a89eda033c996d68b [diff] |
releasetools: Unzip all files when generating image archive. Commit 7df64c3e starts to call common.LoadInfoDict() when generating image archive, which reads additional files under BOOT/, RECOVERY/ and ROOT/. Unzip everything from the target_files.zip. Bug: 132456827 Test: Run img_from_target_files.py on previously failing target_files.zip. Change-Id: I22ee57c4f765bee9494478bf115b1581877401f4
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.