You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Build the keymaster unit tests |
|
|
|
LOCAL_PATH:= $(call my-dir) |
|
include $(CLEAR_VARS) |
|
|
|
LOCAL_SRC_FILES:= \ |
|
keymaster_test.cpp |
|
|
|
LOCAL_SHARED_LIBRARIES := \ |
|
liblog \ |
|
libutils \ |
|
libcrypto \ |
|
libhardware \ |
|
|
|
LOCAL_MODULE := keymaster_test |
|
|
|
LOCAL_MODULE_TAGS := tests |
|
|
|
include $(BUILD_NATIVE_TEST)
|
|
|