summaryrefslogtreecommitdiff
path: root/peripheral/keystore/chaabi/tests/test_cmd/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/keystore/chaabi/tests/test_cmd/Android.mk')
-rw-r--r--peripheral/keystore/chaabi/tests/test_cmd/Android.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/peripheral/keystore/chaabi/tests/test_cmd/Android.mk b/peripheral/keystore/chaabi/tests/test_cmd/Android.mk
new file mode 100644
index 0000000..8177eaa
--- /dev/null
+++ b/peripheral/keystore/chaabi/tests/test_cmd/Android.mk
@@ -0,0 +1,12 @@
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_MODULE := test_send_cmd
+LOCAL_MODULE_TAGS := optional
+
+LOCAL_SRC_FILES := test_send.c
+
+LOCAL_STATIC_LIBRARIES := libc libdx_cc7_static
+
+LOCAL_FORCE_STATIC_EXECUTABLE := true
+include $(BUILD_EXECUTABLE)