From 9b98f743f2f23ea072c7c97d806b07fe9d49440f Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Thu, 22 Feb 2018 16:12:41 +0000 Subject: packages/apps/Terminal: Set LOCAL_SDK_VERSION where possible. This change sets LOCAL_SDK_VERSION for all packages where this is possible without breaking the build, and LOCAL_PRIVATE_PLATFORM_APIS := true otherwise. Setting one of these two will be made required soon, and this is a change in preparation for that. Not setting LOCAL_SDK_VERSION makes the app implicitly depend on the bootclasspath, which is often not required. This change effectively makes depending on private apis opt-in rather than opt-out. Test: make relevant packages Bug: 73535841 Change-Id: I6030d1c8c815fcfe0e3bd048b173eaa1500b617a --- Android.mk | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3