common:bt: Inherit board configs before product configs

Change-Id: I3adba7f65f35dc44795c836b424655514cd5ea3e
This commit is contained in:
Immanuel Raj 2023-01-26 15:10:59 +05:30 committed by CHRISL7
parent 7dd1223ff7
commit 490b4faed2
2 changed files with 1 additions and 5 deletions

View File

@ -14,6 +14,7 @@
# Include QTI Bluetooth makefiles.
ifeq ($(TARGET_FWK_SUPPORTS_FULL_VALUEADDS),true)
$(call inherit-product, vendor/qcom/opensource/commonsys-intf/bluetooth/bt-commonsys-intf-board.mk)
$(call inherit-product, vendor/qcom/opensource/commonsys-intf/bluetooth/bt-system-opensource-product.mk)
endif

5
vendor/bt/qti-bt.mk vendored
View File

@ -12,11 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Include QTI Bluetooth makefiles.
ifeq ($(TARGET_FWK_SUPPORTS_FULL_VALUEADDS),true)
include vendor/qcom/opensource/commonsys-intf/bluetooth/bt-commonsys-intf-board.mk
endif
# Packages
PRODUCT_PACKAGES += \
android.hardware.bluetooth@1.1.vendor \