commit | 6f7e98792811181e964cc2862103dc16ba6164a7 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 17 22:12:11 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 17 22:12:11 2020 +0000 |
tree | 7f897dee160c7adc274ec8535f7c59990ce79c2b | |
parent | f8d70dea4f7bec0b8fd27a44c88e964bb7fdc9a1 [diff] | |
parent | 5465af32d2e2fa0af803a0c99464689bea09cc92 [diff] |
Merge "Always check VNDK variant identicalness" am: 5023711e9d am: 5465af32d2 Change-Id: I4e66677aec4f1337fe3999a8d8191bd4185a50cd
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.