summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2011-10-14 19:40:09 -0700
committerDianne Hackborn <hackbod@google.com>2011-10-16 11:08:14 -0700
commit22c864c486306f748e8500a29d650a855a07f001 (patch)
treee854f86cf92435238fdf63c58e27d09adbaed819 /device.mk
parent9e55852b21bc8ba393b8748d594a77fdc4768fde (diff)
downloaddevice_samsung_tuna-22c864c486306f748e8500a29d650a855a07f001.zip
device_samsung_tuna-22c864c486306f748e8500a29d650a855a07f001.tar.gz
device_samsung_tuna-22c864c486306f748e8500a29d650a855a07f001.tar.bz2
We can now strip all of the unneeded bitmaps, to allow preloading.
Change-Id: Ie01334727ac645a344a6ec112644661faed1fb80
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 \