Add tvdpi to list of possible recovery asset densities
Bug: 16306251 Change-Id: Iaf2d36d734bb6b639b01e1097723d8387259265b
This commit is contained in:
@@ -716,7 +716,7 @@ recovery_density := $(filter %dpi,$(PRODUCT_AAPT_PREF_CONFIG))
|
|||||||
else
|
else
|
||||||
# Otherwise, use the highest density that appears in PRODUCT_AAPT_CONFIG.
|
# Otherwise, use the highest density that appears in PRODUCT_AAPT_CONFIG.
|
||||||
# Order is important here; we'll take the first one that's found.
|
# Order is important here; we'll take the first one that's found.
|
||||||
recovery_densities := $(filter $(PRODUCT_AAPT_CONFIG_SP),xxxhdpi xxhdpi xhdpi hdpi mdpi ldpi)
|
recovery_densities := $(filter $(PRODUCT_AAPT_CONFIG_SP),xxxhdpi xxhdpi xhdpi hdpi tvdpi mdpi ldpi)
|
||||||
ifneq (,$(recovery_densities))
|
ifneq (,$(recovery_densities))
|
||||||
recovery_density := $(word 1,$(recovery_densities))
|
recovery_density := $(word 1,$(recovery_densities))
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user