OSDN Git Service

improve density selection of recovery assets
authorDoug Zongker <dougz@android.com>
Mon, 12 May 2014 22:32:20 +0000 (15:32 -0700)
committerDoug Zongker <dougz@android.com>
Mon, 12 May 2014 22:38:57 +0000 (15:38 -0700)
commit8eaeea95d569964eb40a386fbf74ab390d2cc282
treee46257e88490333170203ffeda7339a0ab5ad1da
parent9bbbac7560f544a6da2c3f49547c20f0c966597c
improve density selection of recovery assets

Some recovery UI assets are available in different sizes; we need to
pick the right ones for the device's density.  Use
PRODUCT_AAPT_PREF_CONFIG if it is available (it is empty for older
devices), and fall back to the highest density in PRODUCT_AAPT_CONFIG
if the PREF_ version is not available.

Change-Id: Ia1eb7d5409cda17b0fc5c0bcfc33dfa6a50893e8
core/Makefile