diff options
author | Ethan Chen <intervigil@gmail.com> | 2018-10-02 13:51:03 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-11-05 22:19:31 +0100 |
commit | 1422ab7f52ce4f5e814b486e76708d68eb3f1f8e (patch) | |
tree | 3817d466993d6fd040c3b1a9e8e6af422f33cd8f | |
parent | 62ee596550905d68be2ca1ca0e7e63511ada0611 (diff) |
msm8996-common: Use Soong namespace to avoid device build conflicts
Change-Id: Id04f464102264b6f2e8d49b39389c7e346613b39
-rw-r--r-- | Android.bp | 2 | ||||
-rwxr-xr-x | msm8996.mk | 3 |
2 files changed, 5 insertions, 0 deletions
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 { +} @@ -46,6 +46,9 @@ TARGET_SCREEN_HEIGHT := 1920 TARGET_SCREEN_WIDTH := 1080 TARGET_BOOTANIMATION_HALF_RES := true +# Soong namespaces +PRODUCT_SOONG_NAMESPACES += device/zuk/msm8996-common + # Permissions PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \ |