commit | fddbfae05267f328f8a055b3182ff2e0110b43ad | [log] [tgz] |
---|---|---|
author | Presubmit Automerger Backend <android-build-presubmit-automerger-backend@system.gserviceaccount.com> | Wed Mar 08 18:32:53 2023 +0000 |
committer | Julien Desprez <jdesprez@google.com> | Thu Mar 09 23:13:53 2023 +0000 |
tree | bd7fcb75858eb891bfbecde49c8d7cb382bc4b97 | |
parent | 0f43799a5a1fb9f890df5fe829a7864b4caf773f [diff] | |
parent | ca46df57839ffd4c602cc4692271d9658ffe904a [diff] |
[automerge] Remove tradefed-no-fwk from suites 2p: ca46df5783 Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/20754150 Ignore-AOSP-First: Cherry pick Bug: 262597958 Change-Id: I60b254a6fcfff396b88c80c58a17037817bb5bb7
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.