commit | eed2c165312f07a78a6ee4cf79805c17fccbd023 | [log] [tgz] |
---|---|---|
author | Cheonho Park <cheonhop@google.com> | Mon Nov 01 23:09:58 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Nov 01 23:09:58 2021 +0000 |
tree | f1f1b36e0ee150647a647af1d9d22d0089eca1c1 | |
parent | 8195042f4973a23b0020197ebaf614330f518ed6 [diff] | |
parent | 6e10fa5871257c66d77a8c49e8b28889b3cfc980 [diff] |
Use findstring to check MODULE_BUILD_FROM_SOURCE am: 51fb042cc2 am: 6e10fa5871 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/16148239 Change-Id: I77b779b9762883b2d4ca1ea9fb43d78dc9f1f94e
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.