OSDN Git Service

audio: Add callback event to asynchronously notify error
[android-x86/hardware-libhardware.git] / tests / keymaster / Android.mk
1 # Build the keymaster unit tests
2
3 LOCAL_PATH:= $(call my-dir)
4 include $(CLEAR_VARS)
5
6 LOCAL_SRC_FILES:= \
7     keymaster_test.cpp
8
9 LOCAL_SHARED_LIBRARIES := \
10     liblog \
11     libutils \
12     libcrypto \
13     libhardware \
14
15 LOCAL_MODULE := keymaster_test
16
17 LOCAL_MODULE_TAGS := tests
18
19 include $(BUILD_NATIVE_TEST)