commit | 2d068b59e6bd53ebb70b6d62c73d753fb547f60a | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Tue Apr 12 17:27:26 2022 +0100 |
committer | Martin Stjernholm <mast@google.com> | Wed Apr 20 16:58:29 2022 +0100 |
tree | b968db9dbecc9950ba619202e9f4a5df34cf9c2c | |
parent | 7bc6d0e71d2e8d2011cb0893b6fcf47dd90e7196 [diff] |
Add a product for building linux_bionic in --soong-only mode. Modelled after the mainline_sdk product. Test: build/soong/soong_ui.bash --make-mode --soong-only \ SOONG_ALLOW_MISSING_DEPENDENCIES=true \ TARGET_PRODUCT=linux_bionic com.android.art.host Bug: 31559095 Bug: 229123823 Change-Id: I6051d21cc4bae561e987561ddad5f1ec5435c4ca
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.