commit | c13c65a4b1aaa3c267f504b160b8bacd61c74d22 | [log] [tgz] |
---|---|---|
author | Rex Hoffman <rexhoffman@google.com> | Thu Oct 24 04:17:16 2024 +0000 |
committer | Rex Hoffman <rexhoffman@google.com> | Fri Oct 25 13:51:01 2024 +0000 |
tree | 1e5ef0a5fa7b93e12e9322dd649d35093b3f9181 | |
parent | 82a03dc72ab27d9e0f41b4b37a1f708ec462dd40 [diff] |
RESTRICT AUTOMERGE Ignore-AOSP-First: Aosp doesn't need this. Better mechanism in place. For config captured only in tradefed which moved to robolectric-extensions in aosp and goog/main, Store here - as soong support is sufficient in udc, as studio is only supported in goog/main. Bug: 375247898 Change-Id: Ia7bbc0b03a5a0eb076345bfdad0478ddf6e89361
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.