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
14 lines
242 B
Makefile
14 lines
242 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
|
|
# THIS IS FOR THE MOCK TESTS:
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE:=oemcrypto_test
|
|
LOCAL_MODULE_TAGS := tests
|
|
|
|
LOCAL_MODULE_TARGET_ARCH := arm mips x86
|
|
|
|
include $(LOCAL_PATH)/common.mk
|
|
|
|
include $(BUILD_EXECUTABLE)
|