commit | d75823a4bf738600a1b75fa5fa3fa6697de83d76 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Sat Jan 08 18:54:23 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Jan 08 18:54:23 2022 +0000 |
tree | 043bcbc240d31c68732dcfab880617e0c71ba2f9 | |
parent | 5c8ad6415b8e597f1f464c13599ce597bac66e6d [diff] | |
parent | 4f8d04b60392da6d985265d3ee2faf3a55791fb2 [diff] |
Merge "Change ifneq(,$(A) $(B)) to ifneq(,$(strip $(A) $(B)))" am: 6a95477b0f am: 4f8d04b603 Original change: https://android-review.googlesource.com/c/platform/build/+/1941497 Change-Id: I4a164373f540863d6f7062347e9eb90261659202
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.