From da06e32e4ca5658f59b266ba981471c320fc5d3a Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Fri, 18 Sep 2009 14:06:07 -0400 Subject: [PATCH] Fix http://b/2126318 (density test fails due to wrong-size asset stripping) The density test expects all resources of all densities to be included, but specifying a density for a particular device build kills that. We therefore add all the required densities explicitly to the Makefile to compensate. --- tests/AndroidTests/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/AndroidTests/Android.mk b/tests/AndroidTests/Android.mk index f5e49d702d585..ced796a32665a 100644 --- a/tests/AndroidTests/Android.mk +++ b/tests/AndroidTests/Android.mk @@ -8,7 +8,7 @@ LOCAL_JAVA_LIBRARIES := framework-tests android.test.runner LOCAL_STATIC_JAVA_LIBRARIES := googlelogin-client # Resource unit tests use a private locale -LOCAL_AAPT_FLAGS = -c xx_YY -c cs +LOCAL_AAPT_FLAGS = -c xx_YY -c cs -c 160dpi -c 32dpi -c 240dpi LOCAL_SRC_FILES := \ $(call all-subdir-java-files) \