commit | e270df131dab5cbe8c33e50b58e30a480df50e8a | [log] [tgz] |
---|---|---|
author | Herbert Xue <herbertxue@google.com> | Mon Oct 07 15:54:04 2024 +0800 |
committer | Herbert Xue <herbertxue@google.com> | Mon Oct 07 15:54:04 2024 +0800 |
tree | 89bb25e22b27033550b34558b6bc7e3b04a59e3b | |
parent | 305e766270c6f496b3f94c3cd71c20d75bc176fa [diff] |
Move the logic of using prebuilt tradefed to build/core/task Bug: 341873065 Test: m tradefed_zip Change-Id: Id29476cd785ce8209e63002f6fffc7949a984742
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.