universal7580: SamsungDoze: 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>
Fri, 16 Aug 2019 21:18:53 +0000 (23:18 +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

SamsungDoze/Android.mk

index 4f9f9047c9ce8cd31e9f3a98511e694db891a187..2ba1d12f8d0cb5392f1a225db78d577a44ec0518 100644 (file)
@@ -9,6 +9,8 @@ LOCAL_PACKAGE_NAME := SamsungDoze
 LOCAL_CERTIFICATE := platform
 LOCAL_PRIVILEGED_MODULE := true
 
+LOCAL_PRIVATE_PLATFORM_APIS := true
+
 LOCAL_USE_AAPT2 := true
 
 LOCAL_STATIC_ANDROID_LIBRARIES := \