commit | 59b9e47ea8b3dba95c3856ac85a45625e5457476 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Apr 04 22:38:01 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Apr 04 22:38:01 2022 +0000 |
tree | a03c21c83ca911f2ce18047785bfd276b0fbbb32 | |
parent | 64d83852e86efe62b50ea3e84d4793bd10408e9a [diff] | |
parent | 626335b7263f7e5f4423d5626ae2476922ae7f0d [diff] |
Merge "Make dir work on multiple paths" am: cd2eca27f7 am: 626335b726 Original change: https://android-review.googlesource.com/c/platform/build/+/2053130 Change-Id: I882902f393da750484972247de1e36680719ea70 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.