vendor: Make BCR optional

This commit is contained in:
Asriadi Rahim
2024-07-15 18:57:08 +09:00
committed by Joey
parent 0f348e887b
commit e436bc7cc1

View File

@@ -34,5 +34,8 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
PRODUCT_PRODUCT_PROPERTIES += \
ro.com.android.mobiledata=false
# Inherit BCR
# BCR
TARGET_INCLUDE_BCR ?= true
ifeq ($(TARGET_INCLUDE_BCR),true)
$(call inherit-product, vendor/extras/bcr/bcr.mk)
endif