commit | 3324364f3e0ee96c5ec1f7a99c623e53a9c855b9 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Feb 05 14:57:51 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Feb 05 14:57:51 2020 +0000 |
tree | 4ef892c6e60aef27564a33a98f0d218fa7584009 | |
parent | 89d0ab8c754eb8ad1441ccfc6357805ac4d1a2e8 [diff] | |
parent | 1d5f5d9be6a502f5e3a8c745eedb3c2f163169f2 [diff] |
Merge "Install VNDK_USING_CORE_VARIANT_LIBRARIES" am: 1d5f5d9be6 Change-Id: Ic3cf6a903c9ef6f16975daf54b9414fac428cd8b
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.