commit | f43fa9dd997fe1fb4e64d2b48f4fa5477c9932ab | [log] [tgz] |
---|---|---|
author | Steven Laver <lavers@google.com> | Thu Nov 14 15:42:10 2019 -0800 |
committer | Steven Laver <lavers@google.com> | Thu Nov 14 23:47:31 2019 +0000 |
tree | f828376fc1abac1c4ba932afc1352d477b0a2904 | |
parent | 8adf50190504b8a983626944aaacc8bf6ea443db [diff] |
releasetools: build_super_image.py should unpack */build.prop build_super_image.py attempts to retrieve the "ro.product.device" property, which requires parsing the */build.prop files from the target files package. This fixes the following error: "ExternalError: couldn't resolve ro.product.device" Test: ./otatools/releasetools/build_super_image.py -p ./otatools aosp_arm64-target_files.zip super.img Change-Id: I592524a27b1a4e7544644b1a344071cff9718942
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.