Update test to require the system permission Merge of https://widevine-internal-review.googlesource.com/#/c/9652 from the Widevine cdm repo. Change-Id: I071e55f09f85c420e6778ebf170f5110cf39809e related-to-bug: 12702350
17 lines
342 B
Makefile
17 lines
342 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE_TAGS := optional
|
|
|
|
LOCAL_CERTIFICATE := platform
|
|
|
|
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
|
|
|
LOCAL_STATIC_JAVA_LIBRARIES := com.android.mediadrm.signer
|
|
|
|
LOCAL_PACKAGE_NAME := CastSignAPITest
|
|
|
|
include $(BUILD_PACKAGE)
|
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|