commit | 8d4de906837bb38dbab3c2ffeae4ef8a178aa706 | [log] [tgz] |
---|---|---|
author | Issei Suzuki <issei@google.com> | Wed May 18 11:22:42 2022 +0000 |
committer | Issei Suzuki <issei@google.com> | Wed May 18 11:36:23 2022 +0000 |
tree | 0b73ffaa3382dc32a008783dc10e2698ffe69e7c | |
parent | af948542968a86d0d7ab9dc3f743e677531adb58 [diff] |
Revert "Slim down the sdk product" Revert submission 2096601-sdkprod Reason for revert: DroidMonitor-triggered revert due to breakage https://android-build.googleplex.com/builds/build-details/8608272/targets/sdk, bug b/233036676 Reverted Changes: I5ef671781:Update sdk parent I940655c39:Slim down the sdk product I926d520ce:Update sdk parent Change-Id: I16953ba601a22b469c312dc481c45ec351ac8cbc
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.