commit | 4ad906d6a4177bd28303caa38853807e47dc280d | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue Aug 01 16:38:55 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Aug 01 16:38:58 2023 +0000 |
tree | f94a3cc2cd657851a62e90b8cef7813f12c7c8f9 | |
parent | f6a2234a54a13d6cebe1ec71a15594cc3165a356 [diff] |
Revert "Revert "Add system staging dir stamp file for bazel sand..." Revert submission 2685589-revert-2651299-bazel_sandwich-TVXWOASJNU Reason for revert: It was not the cause of b/293883239 Reverted changes: /q/submissionid:2685589-revert-2651299-bazel_sandwich-TVXWOASJNU Change-Id: I98ca2be7490a4e38d35e4e640a0d027711b67030
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.