commit | 3a109e9ad2e58aeb1126f6741ee20316cd4d80a6 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu May 26 16:47:09 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 26 16:47:09 2022 +0000 |
tree | d7786bcc92cff5e8c3d733d5b2110232363bdf7f | |
parent | 3acd0165efb0b8d4002d5283436e76b29f990002 [diff] | |
parent | 09fc47b6ce39c0913a8df8cfe009314b766e4274 [diff] |
Remove unused dependencies from sdk goals am: 09fc47b6ce Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/18598731 Change-Id: I147b044b4684c3628ea0cc9da046aa497d8ba929 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.