Merge "Add XtsMediaTestCases.apk to google-tests.zip"
This commit is contained in:
committed by
Android (Google) Code Review
commit
d5557b42de
@@ -24,6 +24,19 @@ WIDEVINE_TEST_MAKE_TARGETS := \
|
|||||||
request_license_test \
|
request_license_test \
|
||||||
timer_unittest \
|
timer_unittest \
|
||||||
|
|
||||||
|
LOCAL_XTS_PATH := vendor/xts/xts-tests/tests/media/Android.mk
|
||||||
|
# Need to make sure LOCAL_XTS_PATH actually exists in the build environment.
|
||||||
|
# The gnu wildcard function will return a space-separated list of existing
|
||||||
|
# files that match one of the given file name patterns. If no existing file
|
||||||
|
# name matches, then that pattern is omitted from the output of the wildcard
|
||||||
|
# function. For more details, see:
|
||||||
|
# https://www.gnu.org/software/make/manual/html_node/Wildcard-Function.html
|
||||||
|
_xts_makefile := $(strip $(wildcard $(LOCAL_XTS_PATH)))
|
||||||
|
ifdef _xts_makefile
|
||||||
|
WIDEVINE_TEST_MAKE_TARGETS += XtsMediaTestCases
|
||||||
|
include $(_xts_makefile)
|
||||||
|
endif
|
||||||
|
|
||||||
# Call the makefiles for all our tests used in TradeFederation
|
# Call the makefiles for all our tests used in TradeFederation
|
||||||
MODULAR_DRM_PATH := vendor/widevine/libwvdrmengine
|
MODULAR_DRM_PATH := vendor/widevine/libwvdrmengine
|
||||||
include $(MODULAR_DRM_PATH)/test/gmock/Android.mk
|
include $(MODULAR_DRM_PATH)/test/gmock/Android.mk
|
||||||
|
|||||||
Reference in New Issue
Block a user