summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 51eba9e..0154231 100644
--- a/Android.mk
+++ b/Android.mk
@@ -6,5 +6,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_PACKAGE_NAME := SoundRecorder
+LOCAL_SDK_VERSION := current
include $(BUILD_PACKAGE)