blob: 0c1179548aa1cda4cc6128523c82992790497822 [file] [log] [blame]
# 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)