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

Commit b52907f6 authored by Kenny Root's avatar Kenny Root Committed by Android (Google) Code Review
Browse files

Merge "Add "nodpi" to DpiTest Android.mk"

parents 960423d4 867812df
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)