commit | 5810c0bae88a8591a449f9a56d58f143ab22e4ea | [log] [tgz] |
---|---|---|
author | Koli Lin <kolilin@google.com> | Fri Feb 10 16:48:37 2023 +0000 |
committer | Koli Lin <kolilin@google.com> | Wed Feb 22 03:02:26 2023 +0000 |
tree | 93b64b2e4bf1bca72dfadff0386075419b5f4826 | |
parent | 0e81002be7713c39448d959959576d6df4be299a [diff] |
Modified BT module to be built from source by product This CL enables the capability to build from source. Haven't implemented the function on any product yet. To enable it, please follow ag/21397639 to define flag on product mk file. Bug: 268325561 Test: manual test on local Change-Id: I10f1901ad26ef941465af20d2bb5ab49434baaf3
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.