rootpa: Set LOCAL_PRIVATE_PLATFORM_APIS
authorAnton Hansson <hansson@google.com>
Wed, 21 Feb 2018 14:11:44 +0000 (14:11 +0000)
committerJan Altensen <info@stricted.net>
Sun, 5 Apr 2020 01:04:11 +0000 (03:04 +0200)
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: Ib244e0b7de264191a94d8b0e6512be2a580ec59f

mobicore/rootpa/Code/Android/app/Android.mk

index a9c5aec4b5dabb8649d046361b8e050bd01c4b65..73b75251cfa5d5ebb20fa9387cf542acb9a4959e 100644 (file)
@@ -8,6 +8,7 @@ include $(CLEAR_VARS)
 LOCAL_SRC_FILES := $(call all-java-files-under, src)
 LOCAL_STATIC_JAVA_LIBRARIES := rootpa_interface
 LOCAL_JNI_SHARED_LIBRARIES := libcommonpawrapper
+LOCAL_PRIVATE_PLATFORM_APIS := true
 
 LOCAL_PACKAGE_NAME := RootPA
 LOCAL_MODULE_TAGS := debug eng optional