commit | e0c5e443605e88b1323c54bc8c123646f8a284d0 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Apr 07 16:50:32 2020 +0000 |
committer | Colin Cross <ccross@android.com> | Tue Apr 07 16:50:32 2020 +0000 |
tree | 64121e5a0faf1c33e0c3fe4af5d0694d78b63904 | |
parent | 79e5a5512250eb797e99a56ae098afafd64d1467 [diff] |
Revert "Revert "Use sdk variant of Soong modules when LOCAL_SDK_..." Revert^2 "Add sdk mutator for native modules" f8e80229fedb47302e9cfd32990859a6308020cf Change-Id: Ib686b52339ae5031434a2fb6a0e7f5b0c0dc5641
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.