universal7885: Define Soong namespaces in the common product makefile

This is where it belongs.

Change-Id: Ibea0e8fe5dbc26d8953a9735f0b38cf087805b76
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
Bruno Martins 2019-09-05 12:17:15 +01:00 committed by roynatech2544
commit cf69a175e8
2 changed files with 4 additions and 3 deletions

View file

@ -67,9 +67,6 @@ BOARD_FLASH_BLOCK_SIZE := 131072
# Properties
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += $(COMMON_PATH)
# Vendor
TARGET_COPY_OUT_VENDOR := vendor

View file

@ -34,5 +34,9 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
# System properties
-include $(LOCAL_PATH)/product_prop.mk