| commit | 5bc77776c41e2fc6d0841b9f75caa29af286ad14 | [log] [tgz] |
|---|---|---|
| author | Cole Faust <colefaust@google.com> | Tue May 20 16:34:44 2025 -0700 |
| committer | Cole Faust <colefaust@google.com> | Wed May 21 15:09:02 2025 -0700 |
| tree | bb8221ca5111b05ccfe01be6c966d455d17c9df7 | |
| parent | 8d1f80f79984854dec42767a6a57f085a154556c [diff] |
Remove make-based unbundled file disting Moving to soong for soong-only builds Bug: 413145177 Test: TARGET_RELEASE=mainline_2025_07 TARGET_BUILD_VARIANT=userdebug PRODUCT=mainline_modules_x86_64 COVERAGE_MODULES=EXTSERVICES_TPLUS ./vendor/google/build/build_unbundled_coverage_mainline_module.sh -j64 Change-Id: If9c92348f65d6e1a3df3c67a4d0fb9fb4895a74e
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.