Add XtsMediaTestCases.apk to google-tests.zip

Need to add our Xts Media tests to the test package, so that we can
execute those tests with our nightly regression.

Bug: 22094009
Change-Id: I7e7ed8bf5f6edb905832495bea6347f97b6c5894
This commit is contained in:
Kyle Alexander
2015-06-25 12:22:36 -07:00
parent 9fcaf2c6ec
commit fe71d17236

View File

@@ -23,6 +23,7 @@ WIDEVINE_TEST_MAKE_TARGETS := \
policy_engine_unittest \
request_license_test \
timer_unittest \
XtsMediaTestCases \
# Call the makefiles for all our tests used in TradeFederation
MODULAR_DRM_PATH := vendor/widevine/libwvdrmengine
@@ -33,3 +34,6 @@ include $(MODULAR_DRM_PATH)/mediadrm/test/Android.mk
include $(MODULAR_DRM_PATH)/oemcrypto/test/Android.mk
include $(MODULAR_DRM_PATH)/test/unit/Android.mk
include $(MODULAR_DRM_PATH)/test/java/Android.mk
# Include the makefile for our media tests from XTS
include vendor/xts/xts-tests/tests/media/Android.mk