mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
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:
parent
dd143a88a3
commit
cf69a175e8
2 changed files with 4 additions and 3 deletions
|
|
@ -67,9 +67,6 @@ BOARD_FLASH_BLOCK_SIZE := 131072
|
||||||
# Properties
|
# Properties
|
||||||
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
||||||
|
|
||||||
# Soong namespaces
|
|
||||||
PRODUCT_SOONG_NAMESPACES += $(COMMON_PATH)
|
|
||||||
|
|
||||||
# Vendor
|
# Vendor
|
||||||
TARGET_COPY_OUT_VENDOR := vendor
|
TARGET_COPY_OUT_VENDOR := vendor
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \
|
||||||
frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.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
|
# System properties
|
||||||
-include $(LOCAL_PATH)/product_prop.mk
|
-include $(LOCAL_PATH)/product_prop.mk
|
||||||
Loading…
Reference in a new issue