commit | 8ff3fbdd08a266d1b7055338e3694a872d83dd8c | [log] [tgz] |
---|---|---|
author | Bill Peckham <bpeckham@google.com> | Fri Feb 22 10:57:43 2019 -0800 |
committer | Bill Peckham <bpeckham@google.com> | Fri Feb 22 10:57:43 2019 -0800 |
tree | 86c1e8d246dcbfa3b28f597acf66b0d12d4762d0 | |
parent | dd4e2e59aa2b97ef51749186ded63875de56e68f [diff] |
Extract common.UnzipToDir, invoke that from merge_target_files.py This change adds another utility function to common.py: UnzipToDir, which is generally useful. Refactor merge_target_files.py to use it, and also refactor other uses in common.py to use it. Test: ota_from_target_files.py, validate_target_files.py, test_common.py Bug: 124464492 Change-Id: Ia571070bceb7d3c8002304836bdf688485bf0dd9
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.