summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhansson <hansson@google.com>2018-02-22 18:54:58 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-22 18:54:58 +0000
commit3418fa2e890a6b9d26e2155a2d413197eb68dbc0 (patch)
treeba302ad1951f108fa13fb7be9a765beda75b3f4d
parent1eabf23efa9b3e6c68fb30195e0c3fd10dd57d04 (diff)
parentecba4c1d6bc1a67ddcadf45e479bc79b863ae4a0 (diff)
downloadOneTimeInitializer-3418fa2e890a6b9d26e2155a2d413197eb68dbc0.tar.gz
Merge "packages/apps/OneTimeInitializer: Set LOCAL_SDK_VERSION where possible." am: 51e07426b1
am: ecba4c1d6b Change-Id: I85e3f248dd050559cca12dc388880109bb970bcf
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 7b4bf91..1956fcd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,6 +24,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under,src)
LOCAL_STATIC_JAVA_LIBRARIES += android-common
LOCAL_PACKAGE_NAME := OneTimeInitializer
+LOCAL_SDK_VERSION := current
LOCAL_PRIVILEGED_MODULE := true