commit | 2ad4b82d4520f554d547b70f5c65b2159ca98886 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Thu Jun 27 16:52:12 2019 -0700 |
committer | Tao Bao <tbao@google.com> | Mon Jul 08 16:06:15 2019 -0700 |
tree | 658f94dcb590590bd672ffad59beed0dbaf10671 | |
parent | 09736b4aafd9bd724bda87a65209587b4230c914 [diff] |
releasetools: Make merge_target_files and its test Python 3 compatible. And a few minor clean-ups to the styling. Bug: 131631303 Test: python -m unittest test_merge_target_files Test: python3 -m unittest test_merge_target_files Test: Use `python merge_target_files` to merge two target_files zips. Test: Use `python3 merge_target_files` to merge two target_files zips. Change-Id: I8502dfb243408f658d022e8d5e5fbb60066e4ff0
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.