OSDN Git Service

Enable compilation against the SDK
authorMichael Chan <mchan@android.com>
Fri, 19 Feb 2010 22:19:57 +0000 (14:19 -0800)
committerMichael Chan <mchan@android.com>
Fri, 19 Feb 2010 22:19:57 +0000 (14:19 -0800)
Change-Id: I162a479284ac1f44f938e10fd28f3ce4871fc099

Android.mk

index cb61caa..a9482a3 100644 (file)
@@ -5,7 +5,7 @@ LOCAL_MODULE_TAGS := optional
 
 LOCAL_SRC_FILES := $(call all-java-files-under,src)
 
-#LOCAL_SDK_VERSION := current
+LOCAL_SDK_VERSION := current
 
 # TODO: Remove dependency of application on the test runner (android.test.runner)
 # library.