commit | 3e7f6b737c324d1c40d275314dcea508bd9f4f19 | [log] [tgz] |
---|---|---|
author | Brad Hinegardner <bhinegardner@google.com> | Thu Oct 27 19:01:10 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 27 19:01:15 2022 +0000 |
tree | 6f293ebbf62117a1dbf703e4791b93f165b6ebeb | |
parent | 841ef28d32ce714f46ae64356c2f7966914a52c2 [diff] |
Revert "Fix typo" Revert "Revert ^2 "Prevent unspecified values in soong_config_st..." Revert submission 2262062-colefaust_soong_config_string_variable_2nd_try Reason for revert: breaks builds, b/255996492 among others Reverted Changes: I3e2f59e5f:Fix typo Id3bcd9a46:Revert ^2 "Prevent unspecified values in soong_con... Change-Id: I9a9a150844c19eb8421575f5753b335f80ab6c66
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.