commit | 14d40d1d31a26c13605d410f762d00f4504dd463 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Mon Nov 08 11:05:26 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Nov 08 11:05:26 2021 +0000 |
tree | 9f21458fe4a4c6c157ecdfd3059c840a8f7ebd91 | |
parent | 286c0c11b374ee6905ef39c4d46488a99fbac167 [diff] | |
parent | e637223368eddaf933625f3f8bad07a132af396a [diff] |
Merge "Do not disable prebuilts for sdk builds" am: db7732900b am: e637223368 Original change: https://android-review.googlesource.com/c/platform/build/+/1881856 Change-Id: I5a6c9c22f4a6a78aff336e18caf7c8f6cca22351
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.