summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2018-02-23 10:45:35 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-23 10:45:35 +0000
commit182d3bd34fe0084341ff6363d9d6af7e51bb1e74 (patch)
treef886faedc08dc6cea5597e2e147733e65458fe08
parente3670e02cced7379ac569e32a3556d7b256add31 (diff)
parent9b98f743f2f23ea072c7c97d806b07fe9d49440f (diff)
downloadTerminal-182d3bd34fe0084341ff6363d9d6af7e51bb1e74.tar.gz
packages/apps/Terminal: Set LOCAL_SDK_VERSION where possible.
am: 9b98f743f2 Change-Id: Iace6a45665f0d792b33778a6d82fbf7fa9d52225
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index b0ba92c..dfbcbfc 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,6 +14,7 @@ LOCAL_JNI_SHARED_LIBRARIES := libjni_terminal
LOCAL_PROGUARD_ENABLED := disabled
LOCAL_PACKAGE_NAME := Terminal
+LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)