commit | 68d54331773f2d17884c27a42849efa91c776ddd | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Jan 09 11:33:22 2025 -0800 |
committer | Cole Faust <colefaust@google.com> | Thu Jan 09 11:33:22 2025 -0800 |
tree | 2dd8060a6208290887a9ef1a8303e143f86a68bd | |
parent | 1be75c02b2ce4318343918797f3916c4abf35cb9 [diff] |
Define droidcore and droidcore-unbundled in sooong-only builds Some modules register disted files against these phonies, and then they get disted when running `m droid dist` because they're dependencies of droid in make. Recreate this behavior in soong-only builds. Bug: 388312357 Test: m --soong-only dist dists acloud and aidegen Change-Id: I9f2300967752ce1564db44a552d41144ff40cffd
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.