mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25: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
|
|
@ -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
|
||||
Loading…
Reference in a new issue