commit | fe6bc458dd71ea930102f5d8bbc88928648a1fd8 | [log] [tgz] |
---|---|---|
author | Adrian DC <radian.dc@gmail.com> | Sat May 12 11:24:33 2018 +0200 |
committer | Jackeagle <jackeagle102@gmail.com> | Sat Dec 12 07:21:10 2020 +0100 |
tree | fcd7d55eb3034735e5ef344c772c675fd9b8c476 | |
parent | a3ac3526d895cf443dc382e40770cf4c6ab0ff0c [diff] |
build: Include Bliss specific properties in build.prop * Our properties were supposed to go to /system/etc/prop.default after the following commit: "bliss: Move to Google's method of defining system default props" Change-Id: I6cb0e28a7599b010b389cc541015a37010a00f4b * However if BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED is not true, only /default.prop will retain the properties contents of ADDITIONAL_DEFAULT_PROPERTIES and PRODUCT_SYSTEM_DEFAULT_PROPERTIES, and none of our versioning identification was held in the system * Enabling BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED globally would break all properties on devices that handle partitions usually at the device level rather than the kernel due to mounting races * Include the vendor/bliss/config/main.mk entrypoint to be allowed to extend ADDITION_BUILD_PROPERTIES as we need to define our releases Change-Id: I19918eece0f0dd3ee967db0339b4d09c9a6d540e Signed-off-by: Adrian DC <radian.dc@gmail.com>
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.