commit | 40b1882f402cad8f992b526d42a9058ccbb71f78 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Jan 30 18:19:04 2018 -0800 |
committer | Tao Bao <tbao@google.com> | Fri Feb 02 23:21:16 2018 +0000 |
tree | b32ddbca74e76c0ecc51217a93f657f6d58dde91 | |
parent | 73b6f5d661f057ed223375cd9cc1721700e17716 [diff] |
releasetools: Add Payload class. This breaks down the current WriteABOTAPackageWithBrilloScript() into smaller and testable units, which also prepares for the work in b/35724498. Bug: 35724498 Test: python -m unittest test_ota_from_target_files Test: Get identical A/B OTA packages w/ and w/o the CL. Change-Id: I2ea45ce98e2d2baa58e94fb829b7242f6fe685a7 (cherry picked from commit 036d72181280cd6589b056c0c4adb9d2eb80228b)
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.