universal7580: Use Soong namespace to avoid device build conflicts
authorEthan Chen <intervigil@gmail.com>
Tue, 2 Oct 2018 11:51:03 +0000 (13:51 +0200)
committerJan Altensen <info@stricted.net>
Fri, 20 Mar 2020 14:09:14 +0000 (15:09 +0100)
Change-Id: Id04f464102264b6f2e8d49b39389c7e346613b39

Android.bp
BoardConfigCommon.mk

index 80a7ca9fb2df72724480838168516ce4adb355a7..9b43ea9f82e2cf24318bf49c7e82c9243c2e943a 100644 (file)
@@ -1,3 +1,6 @@
+soong_namespace {
+}
+
 subdirs = [
     "hardware",
 ]
index 5715647f846d176ef41b76acee36d5dbe8a9bb4a..bb05d789b4a501e6fd9e2b8b985ed85dde7ebffc 100644 (file)
@@ -187,6 +187,9 @@ TARGET_RECOVERY_FSTAB := $(LOCAL_PATH)/ramdisk/etc/fstab.samsungexynos7580
 BOARD_SEPOLICY_DIRS += device/samsung/universal7580-common/sepolicy 
 BOARD_SEPOLICY_VERS := $(PLATFORM_SDK_VERSION).0
 
+# Soong namespaces
+PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)
+
 # Shims
 TARGET_LD_SHIM_LIBS := \
     /system/lib/omx/libOMX.Exynos.AVC.Decoder.so|/vendor/lib/libui_shim.so \