universal8895: Setup device soong namespace
authorErfan Abdi <erfangplus@gmail.com>
Wed, 4 Sep 2019 13:20:41 +0000 (17:50 +0430)
committerJan Altensen <info@stricted.net>
Mon, 13 Apr 2020 15:15:47 +0000 (17:15 +0200)
Change-Id: I2e9c0ab68a0fe86ba18e3955e2823b87d88e835a

Android.bp [new file with mode: 0644]
BoardConfigCommon.mk

diff --git a/Android.bp b/Android.bp
new file mode 100644 (file)
index 0000000..9515b25
--- /dev/null
@@ -0,0 +1,2 @@
+soong_namespace {
+}
index 127f268176ac688713a282eea8446e695aa19e35..a1c0abd5abdc96300e235853b7a37589438f43b3 100644 (file)
@@ -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)