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

Commit 9d908080 authored by Anton Hansson's avatar Anton Hansson Committed by Android (Google) Code Review
Browse files

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

parents 5c71bb66 9c8e893d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ LOCAL_CERTIFICATE := platform

# TODO: Use System SDK once public APIs are approved
# LOCAL_SDK_VERSION := system_current
LOCAL_PRIVATE_PLATFORM_APIS := true

LOCAL_SRC_FILES := \
    $(call all-java-files-under, src) \
+1 −0
Original line number Diff line number Diff line
@@ -25,4 +25,5 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
    compatibility-device-util

LOCAL_PACKAGE_NAME := MediaComponentsTest
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)