commit | c3bebd35f0066614526cbf46e66dd69e558c5ca0 | [log] [tgz] |
---|---|---|
author | Christian Oder <myself5@carbonrom.org> | Thu Aug 09 11:51:08 2018 +0200 |
committer | Taran107 <hora.cooltaran@gmail.com> | Sat Sep 18 18:25:57 2021 +0530 |
tree | 40933e289b0662b6d9cab3f362148a2388ab9887 | |
parent | 4fd700e57de0a5ce45d6fa3a4048e5e01dc49343 [diff] |
build: Add ability to use preinstalled vendor.img * On Pixel devices our vendor.img is preinstalled, we don't want to overwrite that Change-Id: I916b26d7afd21d4b3cdae1a33a529ede68e55f3a
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.