aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-10-29 23:31:36 +0200
committerSteve Kondik <shade@chemlab.org>2014-11-19 05:04:20 +0000
commit1d50c510fb717ac65f3dcb6dbf33f04309804929 (patch)
tree471e0fc3262c91f203e5d89d4ecc055e39aea9f6
parentd86dfd112da269e8ee89f8b6d359ea6ea32dbbea (diff)
find7: Add aapt config
Change-Id: I4d5e8f471b2b930d1472b32110bae7d0e0cd982a
-rw-r--r--find7.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/find7.mk b/find7.mk
index 7435570..47043f5 100644
--- a/find7.mk
+++ b/find7.mk
@@ -51,6 +51,10 @@ PRODUCT_COPY_FILES += \
frameworks/base/nfc-extras/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml \
frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml
+# Device uses high-density artwork where available
+PRODUCT_AAPT_CONFIG := normal hdpi xhdpi xxhdpi
+PRODUCT_AAPT_PREF_CONFIG := xxhdpi
+
# call dalvik heap config
$(call inherit-product-if-exists, frameworks/native/build/phone-xxhdpi-2048-dalvik-heap.mk)