summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2018-02-23 10:51:18 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-23 10:51:18 +0000
commit36f3087114d12c2de2dc93e287c91da781136552 (patch)
treef886faedc08dc6cea5597e2e147733e65458fe08
parente3670e02cced7379ac569e32a3556d7b256add31 (diff)
parent182d3bd34fe0084341ff6363d9d6af7e51bb1e74 (diff)
downloadTerminal-36f3087114d12c2de2dc93e287c91da781136552.tar.gz
packages/apps/Terminal: Set LOCAL_SDK_VERSION where possible. am: 9b98f743f2
am: 182d3bd34f Change-Id: I8b4ca6d8e108e4c544682ef2567262f63c5e90a4
-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)