commit | 56d335bdb5247eca27dacbc29c1978186162edad | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Tue May 02 18:14:09 2023 +0000 |
committer | Julien Desprez <jdesprez@google.com> | Tue May 02 22:08:21 2023 +0000 |
tree | 277453f0fe3d7c667f0426a379f9f4d6bb7d0469 | |
parent | d043f3bc68263e581d2bdf6887563b06507674a6 [diff] |
Revert "Add Traefed Contrib to CATBox" This reverts commit a527b1a0ee82cc5a6c78e44ed6eaf7d71f710a1b. Reason for revert: tradefed-contrib isn't an allowed dependency outside tradefed. Suites shouldn't use it. This breaks prebuilts in udc-* Bug: 280372052 Change-Id: Id840568f36a801e19e7bb8e9c34cef2aeb625f1d Ignore-AOSP-First: revert of CL submitted in internal anyway
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.