commit | 28f089d9b0c8f61e865a9e0e6131b7a42db43ab1 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu May 12 18:41:40 2022 +0000 |
committer | Anton Hansson <hansson@google.com> | Wed May 25 13:16:15 2022 +0000 |
tree | 0155a0b6223b0f9a71305b9c46aa9a7d4d8b2460 | |
parent | 09fc47b6ce39c0913a8df8cfe009314b766e4274 [diff] |
Slim down the sdk product The sdk_phone_armv7 product is designed to build system images, which adds unnecessary dependencies and enables unnecessary checks (such as verifying dexpreopt artifacts). Bug: 205008975 Test: m sdk sdk_repo dist && diff android-sdk.zip (only build.prop diffs) Merged-In: I940655c39a3ae58839521416abafaf461df44921 Change-Id: I940655c39a3ae58839521416abafaf461df44921
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.