From: Bruno Martins Date: Thu, 5 Sep 2019 11:17:15 +0000 (+0100) Subject: g12: Define Soong namespaces in the common product makefile X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ed028f25167f0ecd0e662a7daab9d065f16f3a59;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_amlogic_g12-common.git g12: Define Soong namespaces in the common product makefile This is where it belongs. Change-Id: Ibea0e8fe5dbc26d8953a9735f0b38cf087805b76 --- diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 8c07769..22cf59d 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -122,9 +122,6 @@ TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop BOARD_VENDOR_SEPOLICY_DIRS += $(COMMON_PATH)/sepolicy/vendor PRODUCT_PRIVATE_SEPOLICY_DIRS += $(COMMON_PATH)/sepolicy/private -## Soong Namespace -PRODUCT_SOONG_NAMESPACES += $(COMMON_PATH) - ## Treble BOARD_VNDK_VERSION := current diff --git a/g12.mk b/g12.mk index cb9e917..a42cf0b 100644 --- a/g12.mk +++ b/g12.mk @@ -206,6 +206,10 @@ TARGET_AMLOGIC_SOC ?= g12a ## Shipping API PRODUCT_SHIPPING_API_LEVEL := 29 +## Soong namespaces +PRODUCT_SOONG_NAMESPACES += \ + $(LOCAL_PATH) + ## Thermal PRODUCT_PACKAGES += \ android.hardware.thermal@2.0.vendor