commit | 29b821e5b4ae577f6af13ce1c14f1ecc1c512a30 | [log] [tgz] |
---|---|---|
author | Luca Farsi <lucafarsi@google.com> | Wed Nov 06 15:41:42 2024 -0800 |
committer | Luca Farsi <lucafarsi@google.com> | Thu Nov 14 14:36:36 2024 -0800 |
tree | 5572eabf47dbd923aab4f8497173cd34adb77ffa | |
parent | 2b3b093e868c3a88e07d183b25d8787e7bb96546 [diff] |
Build using build_test_suites_binary Change the wrapper script for build_test_suites to instead build the binary first and then call that instead Test: Presubmit Bug: 372973116 Change-Id: Id3d09557f5d81acbb05623d33c78a2a75895190c
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.