From: Erfan Abdi Date: Wed, 4 Sep 2019 13:20:41 +0000 (+0430) Subject: universal8895: Setup device soong namespace X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9869bf9c8679243c1aa09df0693f045b53f3f9e0;p=GitHub%2Fexynos8895%2Fandroid_device_samsung_universal8895-common.git universal8895: Setup device soong namespace Change-Id: I2e9c0ab68a0fe86ba18e3955e2823b87d88e835a --- diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..9515b25 --- /dev/null +++ b/Android.bp @@ -0,0 +1,2 @@ +soong_namespace { +} diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 127f268..a1c0abd 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -147,3 +147,6 @@ BOARD_SEPOLICY_VERS := $(PLATFORM_SDK_VERSION).0 TARGET_LD_SHIM_LIBS += \ /system/lib/libexynoscamera.so|/vendor/lib/libexynoscamera_shim.so \ /system/lib64/libexynoscamera.so|/vendor/lib64/libexynoscamera_shim.so + +# Soong namespaces +PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)