commit | 01c18ba25ca911f68c50ec5727a6f696847f8b7a | [log] [tgz] |
---|---|---|
author | Bill Yang <yangbill@google.com> | Thu Sep 05 09:22:09 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 05 09:22:17 2024 +0000 |
tree | bddd849c3475783f67dcab88ebb443b03c9ee5c7 | |
parent | 1c8d6ea6f8ca1cfbcfa8c80961b6bd67092062a8 [diff] |
Revert "Revert "Export variable to soong for converting vintf_co..." Revert submission 3235656-revert-3195743-compatibility_matrix-KLJOLWYIMW Reason for revert: The root cause of the break is already be merged. Related changes: ag/29139095, ag/29139608 Reverted changes: /q/submissionid:3235656-revert-3195743-compatibility_matrix-KLJOLWYIMW Change-Id: I40d9e6c03dd092783e86338a334851a36f5488dd
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.