* Allows several variables to be read in common tree.
Change-Id: Ic8f3a4d210568254d814b013b67d8f06efff5e63
# SPDX-License-Identifier: Apache-2.0
#
-include device/amlogic/gx-common/BoardConfigCommon.mk
-
DEVICE_PATH := device/google/beast
## Bootloader
BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_rtl
WIFI_DRIVER_SOCKET_IFACE := wlan0
PRODUCT_CFI_INCLUDE_PATHS += hardware/realtek/wlan/wpa_supplicant_8_lib
+
+## Include the common tree BoardConfig makefile
+include device/amlogic/gx-common/BoardConfigCommon.mk
$(call inherit-product, vendor/google/beast/beast-vendor.mk)
-$(call inherit-product, device/amlogic/gx-common/gx.mk)
-
## Bluetooth
BOARD_HAVE_BLUETOOTH_RTK_TV := true
include hardware/realtek/rtkbt/rtkbt.mk
## Platform
TARGET_AMLOGIC_SOC := gxl
+
+## Inherit from the common tree product makefile
+$(call inherit-product, device/amlogic/gx-common/gx.mk)