commit | 63de9260b9d9ea307b91f27a4a98977aaf004281 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 07 15:05:42 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 07 15:05:42 2020 +0000 |
tree | 11dab2a060e5f4621a089bd6a66f54b5dc31b8db | |
parent | ec018adb6465d4f86cbd8e647df2c1d25513d4ba [diff] | |
parent | 0ac5be66c3e35983616e8ad3b5849e14b3df93c4 [diff] |
Merge "Support dexpreopt against the primary boot image." am: c3f9db077e am: 11b0f7cc06 am: 0ac5be66c3 Change-Id: Id492e0f8a920fc7e7356b78d8b678997a0764998
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.