* Allows several variables to be read in common tree.
Change-Id: Ic8f3a4d210568254d814b013b67d8f06efff5e63
#
-# Copyright (C) 2021 The LineageOS Project
+# Copyright (C) 2021-2022 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
-include device/amlogic/g12-common/BoardConfigCommon.mk
-
DEVICE_PATH := device/hardkernel/odroidc4
## Bootloader
## Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
+
+## Include the common tree BoardConfig makefile
+include device/amlogic/g12-common/BoardConfigCommon.mk
#
-# Copyright (C) 2021 The LineageOS Project
+# Copyright (C) 2021-2022 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
-$(call inherit-product, device/amlogic/g12-common/g12.mk)
-
## Factory
PRODUCT_HOST_PACKAGES += \
aml_image_packer
+
+## Inherit from the common tree product makefile
+$(call inherit-product, device/amlogic/g12-common/g12.mk)