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

Commit 580cdbe0 authored by Adam Bliss's avatar Adam Bliss
Browse files

Enables nodpi drawables in the framework.

parent eb71bf7b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -199,6 +199,9 @@ PRODUCT_LOCALES := $(strip \
	$(PRODUCT_LOCALES) \
	$(if $(filter %dpi,$(PRODUCT_LOCALES)),,mdpi))

# Everyone gets nodpi assets which are density-independent.
PRODUCT_LOCALES += nodpi

# Assemble the list of options.
PRODUCT_AAPT_CONFIG := $(PRODUCT_LOCALES)