commit | 59cf0c59de82cb7a0c3c82b119066ab426c0bcce | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Tue Jun 25 10:04:24 2019 -0700 |
committer | Tao Bao <tbao@google.com> | Wed Jun 26 00:15:53 2019 -0700 |
tree | dcc8414885c003cb0b4f6cf271d27a2c9d69a857 | |
parent | 7ec8749eb8556d7414524b15e5fe4d62bce83b64 [diff] |
releasetools: Clean up additional modules for Python 3 compatibility. It also addresses a few linter warnings (mostly regarding indentation). Bug: 131631303 Test: TreeHugger Test: `python -m unittest test_ota_from_target_files` Test: `python3 -m unittest test_ota_from_target_files` Test: `python build/make/tools/releasetools/check_ota_package_signature.py build/make/target/product/security/testkey.x509.pem test-keys-signed-ota.zip` Test: `python3 build/make/tools/releasetools/check_ota_package_signature.py build/make/target/product/security/testkey.x509.pem test-keys-signed-ota.zip` Change-Id: I11a745dfec052081ab0282bb028dc27debf71f57
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.