commit | 0b73dde4e9a33840bd66936271895a3b174fc679 | [log] [tgz] |
---|---|---|
author | Luca Farsi <lucafarsi@google.com> | Wed Sep 11 14:31:30 2024 -0700 |
committer | Luca Farsi <lucafarsi@google.com> | Thu Sep 19 12:05:06 2024 -0700 |
tree | 434e15174f3090d981c3d1bd1706f26e5b9bb998 | |
parent | 1f68c0091b2036752445b20953a3881bf8d48b09 [diff] |
Split out host shared libs target from device-tests Split out the building of the host shared libs zip from the device-tests target so it can be build separately. Building device-tests still still build both. Test: m device-tests, m device-tests-shared-libs Bug: 366308541 Change-Id: I13741ce22823622a6bf4744cb55026765c188b8c
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.