Makefile to support building XtsOEMCryptoTestCases module
This makefile will be linked to from the vendor/xts project, and defines how to build the oemcrypto_unittest executable into an xts compatible native test. Bug: 18952052 Change-Id: I8158cad703b558b88070cc46dafcf109699ecc77
This commit is contained in:
13
libwvdrmengine/oemcrypto/test/XtsTest.mk
Normal file
13
libwvdrmengine/oemcrypto/test/XtsTest.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
LOCAL_PATH:= $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := XtsOEMCryptoTestCases
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)
|
||||
|
||||
LOCAL_XTS_TEST_PACKAGE := google.oemcrypto
|
||||
|
||||
include $(LOCAL_PATH)/common.mk
|
||||
|
||||
include $(BUILD_XTS_EXECUTABLE)
|
||||
Reference in New Issue
Block a user