commit | 3abf1f7ca911c98b99d6553677fa6599718961bb | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Jun 02 07:58:36 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 02 07:58:36 2022 +0000 |
tree | 8df765fe7d1fcd1b32b10cea9323eb5a8f1e6356 | |
parent | 0ee5f4d998d660ce66445b65bb484f093b2105a0 [diff] | |
parent | 154c195e639760fdcd48ca2e33cdfaac8e8c698a [diff] |
Merge "Add same_vndk_variants.timestamp to checkbuild" am: 154c195e63 Original change: https://android-review.googlesource.com/c/platform/build/+/2104585 Change-Id: Idd6446f4a00d0a986bbc72d58a1c7e0804f381fa Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.