summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhansson <hansson@google.com>2018-02-23 07:25:46 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-02-23 07:25:46 +0000
commit0c687bc4c4e375208f05e1cc2495b0b348093643 (patch)
treee064d345b8d3ba462139600fe344a0f4f547d717
parentba7237540f779f1c7e67ae7a36aa7a63da8eb1c5 (diff)
parentbbc59491943f8114e816cb994f46c6446c2b8699 (diff)
downloadSoundRecorder-0c687bc4c4e375208f05e1cc2495b0b348093643.tar.gz
-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)