commit | 400324101cf7e8fecb8f8e98585bde661a01d919 | [log] [tgz] |
---|---|---|
author | Dario Freni <dariofreni@google.com> | Tue Jun 09 10:39:55 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 09 10:39:55 2020 +0000 |
tree | b5aa37e94d0674d592a31955081d888e15d64783 | |
parent | 12ae1d0de9a4f062ec2645659098ae28f3bddc0d [diff] | |
parent | ae2159dbcf9fe375ba5e6419383f2005ea72348e [diff] |
[automerger skipped] Merge "Use APK CtsShim prebuilts for flattened apex." into rvc-dev-plus-aosp am: f3c2823040 am: e93b598eb8 am: ae2159dbcf -s ours am skip reason: Change-Id Icc52500cfc0a555e11d1a467b2da0649c7f5d31f with SHA-1 e23fd86f1b is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/11789975 Change-Id: I8e2dbb0adc95339ab04074ee559c152bb6b36ea4
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.