commit | 57f8ed6b5ed00591571957fcf80e7fec36c3e938 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Aug 14 23:08:18 2019 -0700 |
committer | Tao Bao <tbao@google.com> | Wed Aug 28 16:36:25 2019 -0700 |
tree | 2444e49acf0126ea140b9b1ae43a8dbd7c8c0bac | |
parent | bcba1cfdaf1f0c79f7d42ea1feece753fc657a28 [diff] |
releasetools: img_from_target_files uses zip2zip. Test: Build the following targets and check the built image archive. bonito-userdebug (contains flashable images); cf_x86_phone-userdebug (contains super.img); aosp_arm64-eng (contains VerifiedBootParams.textproto) Test: m -j otatools-package; Check that zip2zip is included; Use bin/img_from_target_files to generate image archive. Change-Id: I9f28765bd702849f0df309faebd6aa3072920536
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.