Change-Id: I5e2e3d51aeb440a7119ddba8b72b23b08509bf24
# SPDX-License-Identifier: Apache-2.0
#
-include vendor/google/sabrina/BoardConfigVendor.mk
-
DEVICE_PATH := device/google/sabrina
## Bluetooth
## Include the common tree BoardConfig makefile
include device/amlogic/g12-common/BoardConfigCommon.mk
+
+## Include the proprietary BoardConfig makefile
+include vendor/google/sabrina/BoardConfigVendor.mk
# SPDX-License-Identifier: Apache-2.0
#
-$(call inherit-product, vendor/google/sabrina/sabrina-vendor.mk)
-
## Bluetooth
PRODUCT_PACKAGES += \
libbt-vendor
## Inherit from the common tree product makefile
$(call inherit-product, device/amlogic/g12-common/g12.mk)
+
+## Inherit from the proprietary files makefile
+$(call inherit-product, vendor/google/sabrina/sabrina-vendor.mk)