commit | 9af10a31bfbec2b2579d09de8867c34456f98c1e | [log] [tgz] |
---|---|---|
author | Isaac Chen <ycchen@google.com> | Wed May 09 18:48:41 2018 +0800 |
committer | SzuWei Lin <szuweilin@google.com> | Fri Jul 06 13:41:08 2018 +0800 |
tree | 51c8a7393876a8350dc602a609947119cea20127 | |
parent | 87399730de1dc8d6002d59feca1b25764843769a [diff] |
Enable PRODUCT_COMPATIBLE_PROPERTY for aosp_$arch GSI Pi (for newly launched devices) need to enable this to pass VtsTrebleSysProp. Bug: 79395858 Test: Built aosp_{arm,arm64,x86,x86_64}. Check system/etc/prop.default and found "ro.actionable_compatible_property.enabled=true". aosp_x86(_64) could boot to home screen. Change-Id: I04a4ff7c5feee7671d727c04c9d9657b63ec0912 Merged-In: I04a4ff7c5feee7671d727c04c9d9657b63ec0912
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.