commit | 4d1a91b455e05b8213a15b4b611bab914d419934 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Jan 08 19:06:33 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Jan 08 19:06:33 2022 +0000 |
tree | 9cb9bf2d351c0ab7a51b83697b48a2f1651ed28f | |
parent | b7015798b9b64b76f0a7b83864fc82d6b1e04073 [diff] | |
parent | d75823a4bf738600a1b75fa5fa3fa6697de83d76 [diff] |
Merge "Change ifneq(,$(A) $(B)) to ifneq(,$(strip $(A) $(B)))" am: 6a95477b0f am: 4f8d04b603 am: d75823a4bf Original change: https://android-review.googlesource.com/c/platform/build/+/1941497 Change-Id: I32ef66c673653e2ed32bd824c6d59a181327a222
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.