commit | 0ac3666667de42bd681586d642b52fc9e62e488f | [log] [tgz] |
---|---|---|
author | Insaf Latypov <saferif@google.com> | Thu Aug 06 15:36:57 2020 +0000 |
committer | Insaf Latypov <saferif@google.com> | Thu Aug 06 15:48:12 2020 +0000 |
tree | 5ad1296fccb443cdffe01b4ed463775f03a1d159 | |
parent | 79d10eddbfaffbaa5befa5b0994b05a41ba14463 [diff] |
Revert "releasetools: Disable host module on darwin" Revert "conscrypt: Disable host module on darwin" Revert submission 1385032-mac-required-fix Reason for revert: breaks the build on aosp-master Reverted Changes: I13335299c:releasetools: Disable host module on darwin I728a4677a:conscrypt: Disable host module on darwin I8f3435ff1:art: Remove dependencies on platform unavailable m... Ibb9248ef4:art: Disable host module on darwin I7db68a629:libcore: Disable host module on darwin Bug: 163030797 Change-Id: I3b3991b91652c426d8f22d60c59c44d640059619
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.