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

Commit 867812df authored by Kenny Root's avatar Kenny Root
Browse files

Add "nodpi" to DpiTest Android.mk

Part of the drawables for DpiTest is a nodpi directory, but the
LOCAL_AAPT_FLAGS didn't specify it.

Bug: 3165492
Change-Id: I989068d76f922db6048e6db7cc6822ab3234d36e
parent c68134b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,6 +7,6 @@ LOCAL_PACKAGE_NAME := DensityTest

LOCAL_MODULE_TAGS := tests

LOCAL_AAPT_FLAGS = -c 120dpi -c 240dpi -c 160dpi
LOCAL_AAPT_FLAGS = -c 120dpi,240dpi,160dpi,nodpi

include $(BUILD_PACKAGE)