commit | 600329f3ef0de1174b7db861822dd00d545df6ef | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Mar 29 21:56:57 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 29 21:56:57 2022 +0000 |
tree | 0a4297df585bcf13a742a2236cf61a2e58e7d32d | |
parent | 486c2e88ee2e99e22f23dd5f85761213f32f1a48 [diff] | |
parent | 25ab8f0b9091b57807e6f8f04e91f9d954d65288 [diff] |
Merge "Add implementation of dir function" am: fa92dd5f32 am: 25ab8f0b90 Original change: https://android-review.googlesource.com/c/platform/build/+/2045947 Change-Id: If2986092413e96673c5656f298d6333a9bea6781 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.