commit | 5c40932a4806fbc3b5540f1f8bc21a8dc8d35705 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Feb 02 11:19:41 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 02 11:19:41 2024 +0000 |
tree | 077283d816cb88693af09ea8de84b4c3628f7da0 | |
parent | 6c4bf6cccd34538dd753c9adc6114e46f1dda97d [diff] | |
parent | 81c7511fed3171a16505c16d22201cb080b6043c [diff] |
Merge "Revert "Rename LOCAL_USE_VNDK"" into main am: 81c7511fed Original change: https://android-review.googlesource.com/c/platform/build/+/2946128 Change-Id: I8aef8c9cfc738bda1c68d8e3b9f0dae8f6077356 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.