commit | 2db1385db5b0a20091ac442523bcf3a86f80ef6c | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Jan 08 22:28:57 2018 -0800 |
committer | Tao Bao <tbao@google.com> | Thu Jan 11 21:59:30 2018 -0800 |
tree | fb33f7eeadc4335a807db04be5d38a55ff4318bd | |
parent | ba4641931b39fe216f690e576d12dd5ec7193f0b [diff] |
releasetools: Remove the reloading of target info dict. In non-A/B OTA path, we've been loading the info dict for the target build twice (once to have a peek at the OTA type, with a reload after unzipping the target-files zip). Remove the reloading. This CL moves the loading of the source info dict up a bit to avoid having two copies in the A/B and non-A/B paths. It also moves up the sanity checks of the loaded info dicts before unzipping the target-files zips. Test: Generate full and incremental packages for bullhead and marlin. Change-Id: Iccb953feb0b6ecf62e6f73d6e9ceea00077d098d
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.