From 22c864c486306f748e8500a29d650a855a07f001 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Fri, 14 Oct 2011 19:40:09 -0700 Subject: We can now strip all of the unneeded bitmaps, to allow preloading. Change-Id: Ie01334727ac645a344a6ec112644661faed1fb80 --- device.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'device.mk') 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 \ -- cgit v1.1