Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91341e52 authored by Ying Wang's avatar Ying Wang
Browse files

Keep a copy of the space-separated PRODUCT_AAPT_CONFIG

That can be used to select dpi-specific prebuilt apks.

Change-Id: Ic68be8fc6fdb46f3ff8de490a35a042a31f1cb19
parent cb067ad2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -306,8 +306,10 @@ PRODUCT_AAPT_PREF_CONFIG := $(strip $(PRODUCT_AAPT_PREF_CONFIG))
# Everyone gets nodpi assets which are density-independent.
PRODUCT_AAPT_CONFIG += nodpi

# Keep a copy of the space-separated config
PRODUCT_AAPT_CONFIG_SP := $(PRODUCT_AAPT_CONFIG)

# Convert spaces to commas.
comma := ,
PRODUCT_AAPT_CONFIG := \
    $(subst $(space),$(comma),$(strip $(PRODUCT_AAPT_CONFIG)))
PRODUCT_AAPT_PREF_CONFIG := \