commit | a6778870470ca2f79f83fb361e24573ae6ca3309 | [log] [tgz] |
---|---|---|
author | Luca Farsi <lucafarsi@google.com> | Mon Feb 12 10:28:13 2024 -0800 |
committer | Luca Farsi <lucafarsi@google.com> | Tue Feb 20 14:06:02 2024 -0800 |
tree | 786adc6bc25188f6d0f2b4de7b3f277abfbd09c1 | |
parent | 9001b9afbf1bc41f03e2bedf99140db02d00b838 [diff] |
Split out host shared libs target from general-tests Split out the building of the host shared libs zip from the general-tests target so it can be built separately. building general-tests will still build both. Test: m general-tests, m general-tests-shared-libs Bug: 314171817 Change-Id: I99f6d7ae5578d8bc97ddc0c047398defbf9b8cc9
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.