Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c164c831 authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

Merge "frameworks/base: Set LOCAL_SDK_VERSION where possible."

parents 7959e70e a3e79fbb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
    legacy-android-test

LOCAL_PACKAGE_NAME := CorePerfTests
LOCAL_PRIVATE_PLATFORM_APIS := true

LOCAL_JNI_SHARED_LIBRARIES := libperftestscore_jni

+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
    android-support-test

LOCAL_PACKAGE_NAME := MultiUserPerfTests
LOCAL_PRIVATE_PLATFORM_APIS := true

LOCAL_CERTIFICATE := platform

+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ LOCAL_RESOURCE_DIR := \
    $(LOCAL_PATH)/res

LOCAL_PACKAGE_NAME := bttraffic
LOCAL_SDK_VERSION := current
LOCAL_CERTIFICATE := platform

include $(BUILD_PACKAGE)
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := junit legacy-android-test
LOCAL_SRC_FILES := $(call all-java-files-under, src)

LOCAL_PACKAGE_NAME := ConnectivityManagerTest
LOCAL_PRIVATE_PLATFORM_APIS := true

LOCAL_CERTIFICATE := platform

+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ LOCAL_RESOURCE_DIR := \
    $(LOCAL_PATH)/res

LOCAL_PACKAGE_NAME := svcmonitor
LOCAL_SDK_VERSION := current
LOCAL_CERTIFICATE := platform

include $(BUILD_PACKAGE)
Loading