OSDN Git Service

don't strip resources so it work on all devices
authorMathias Agopian <mathias@google.com>
Tue, 17 Aug 2010 22:32:32 +0000 (15:32 -0700)
committerMathias Agopian <mathias@google.com>
Wed, 18 Aug 2010 03:04:34 +0000 (20:04 -0700)
Change-Id: Ifc6be52151fcdecd0f8f622c7312ffa0ac4705e9

samples/AccelerometerPlay/Android.mk

index 4767271..e4b0ab9 100644 (file)
@@ -25,6 +25,8 @@ LOCAL_PACKAGE_NAME := AccelerometerPlay
 
 LOCAL_SDK_VERSION := current
 
+LOCAL_AAPT_FLAGS = -c 120dpi -c 240dpi -c 160dpi
+
 include $(BUILD_PACKAGE)
 
 # Use the following include to make our test apk.