commit | 08fbf0f75a1d64eb2c0864a25e5a34a5fb25426d | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Mon Jan 24 14:17:56 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jan 24 14:17:56 2022 +0000 |
tree | 3f3b2db3f100b9632b1d04dc547e983c9ccdad8b | |
parent | 5b6d4a2e13f3c1584904273862a88770a1e7471e [diff] | |
parent | 7d0f8dd33206eb001a8c2aac1b599251792a1ae3 [diff] |
Merge "Revert "Set an empty persist.sys.dalvik.vm.lib.2 to simplify debug apex testing."" am: 7d0f8dd332 Original change: https://android-review.googlesource.com/c/platform/build/+/1952765 Change-Id: I2abcaf902b4817ee477ad57074dde7e587b6eb85
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.