aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2018-02-23 17:53:52 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-23 17:53:52 +0000
commit0de87423ab15c3e433b82ad01e30897fa47b6203 (patch)
treec0f9430afaf3a9fa2773ed5e7e2b6fb01547daa6
parent519ca7c21168ba7c7d0368ed2deebb512baeeb8b (diff)
parent751908d918aca073441127490531668f51fe7cf8 (diff)
downloadaidl-0de87423ab15c3e433b82ad01e30897fa47b6203.tar.gz
system/tools/aidl: Set LOCAL_SDK_VERSION where possible. am: af5579541a am: bfe8995979
am: 751908d918 Change-Id: I85b8f9b0de3bb798a8285ab5dd1853ca074a4261
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 56530446..dcc92a93 100644
--- a/Android.mk
+++ b/Android.mk
@@ -26,6 +26,7 @@ ifndef BRILLO
include $(CLEAR_VARS)
LOCAL_PACKAGE_NAME := aidl_test_services
+LOCAL_PRIVATE_PLATFORM_APIS := true
# Turn off Java optimization tools to speed up our test iterations.
LOCAL_PROGUARD_ENABLED := disabled
LOCAL_DEX_PREOPT := false