Skip to content

Commit

Permalink
poplar_canada: Add soong namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
derfelot committed Sep 16, 2021
1 parent 885c893 commit 4d790ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Android.bp
@@ -0,0 +1,2 @@
soong_namespace {
}
4 changes: 4 additions & 0 deletions device.mk
Expand Up @@ -15,6 +15,10 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk)

DEVICE_PATH := device/sony/poplar_canada

# Soong
PRODUCT_SOONG_NAMESPACES += \
$(DEVICE_PATH)

# Device uses high-density artwork where available
PRODUCT_AAPT_CONFIG := normal hdpi xhdpi
PRODUCT_AAPT_PREF_CONFIG := xhdpi
Expand Down

0 comments on commit 4d790ab

Please sign in to comment.