commit | 0663ae4f581a7f174d8f88133bd45017ed2869ba | [log] [tgz] |
---|---|---|
author | Po Hu <po.hu@mediatek.com> | Mon Sep 27 12:59:06 2021 +0800 |
committer | Po Hu <po.hu@mediatek.com> | Mon Sep 27 15:07:19 2021 +0800 |
tree | 4f03076a3ff58b17d478606d7de042baab7b47d0 | |
parent | b7aced88d6ee1cbf9b9bd19756bb0616e88aa3c7 [diff] |
Fix build break for vendor freeze 1. Fix build break when rebuilding vendor images in sign_target_files_apks, because of missing SYSTEM/build.prop: File ".../add_img_to_target_files.py", line 999, in <module> File ".../add_img_to_target_files.py", line 993, in main File ".../add_img_to_target_files.py", line 854, in AddImagesToTargetFiles File ".../add_img_to_target_files.py", line 229, in AddVendor File ".../add_img_to_target_files.py", line 391, in CreateImage File "add_img_to_target_files/common.py", line 394, in __init__ self._fingerprint = self.CalculateFingerprint() File "add_img_to_target_files/common.py", line 537, in CalculateFingerprint self.GetBuildProp("ro.build.version.release"), File "add_img_to_target_files/common.py", line 457, in GetBuildProp raise ExternalError("couldn't find %s in build.prop" % (prop,)) ExternalError: couldn't find ro.build.version.release in build.prop 2. Support more scenarios (non-AB, RADIO...) Bug: 192422274 Change-Id: I792b0a2c2354ed9312730e322ce28df49b3c2f7f
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.