summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 3be72f2..2fd6b42 100644
--- a/device.mk
+++ b/device.mk
@@ -27,7 +27,12 @@ endif
DEVICE_PACKAGE_OVERLAYS := device/samsung/tuna/overlay
+# This device is xhdpi. However the platform doesn't
+# currently contain all of the bitmaps at xhdpi density so
+# we do this little trick to fall back to the hdpi version
+# if the xhdpi doesn't exist.
PRODUCT_AAPT_CONFIG := normal hdpi xhdpi
+PRODUCT_AAPT_PREF_CONFIG := xhdpi
PRODUCT_PACKAGES := \
lights.tuna \