commit | c0d44d45d83e1bcfec51f61c93ebfde8dbfc64d0 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Feb 20 17:38:46 2025 -0800 |
committer | Cole Faust <colefaust@google.com> | Thu Feb 20 17:38:46 2025 -0800 |
tree | 09097134c12204c305e3848572a590c41f313cd9 | |
parent | ad274cc04faccd5b6828273c3770c67cd3329098 [diff] |
Dist module_bp_java_deps.json in soong-only builds Fixes: 398038416 Test: Presubmits Change-Id: I936eb82b337ca58b754d00e685e0f8f76c4be19e
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.