commit | 9d1718ca805d345b9ec32ee279d1b84b4357e0da | [log] [tgz] |
---|---|---|
author | maxwen <max.weninger@gmail.com> | Wed Sep 18 11:13:59 2019 +0200 |
committer | micky387 <mickaelsaibi@free.fr> | Wed Sep 18 15:45:50 2024 -0400 |
tree | 651b0ab3983754d432ecf94638bd16ca23d2f1a1 | |
parent | 539cda2e0ec5021cd0969d4811837ff396aadb3f [diff] |
build: add OMNI_PRODUCT_PROPERTIES hook allows injecting properties into FINAL_PRODUCT_PROPERTIES overriding previous values easily Change-Id: If9645df2dcf80c0ce665c960962df73f5458e479 (cherry picked from commit 8efe84e87adc41b405b99afa702da20cc0370dc6)
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.