| Doug Zongker | 8fdbf97 | 2013-04-10 15:08:28 -0700 | [diff] [blame] | 1 | # Copyright 2013 The Android Open Source Project |
| 2 | |||||
| 3 | LOCAL_PATH := $(call my-dir) | ||||
| 4 | include $(CLEAR_VARS) | ||||
| 5 | |||||
| 6 | LOCAL_MODULE := rsa_test | ||||
| 7 | LOCAL_SRC_FILES := rsa_test.c | ||||
| 8 | LOCAL_STATIC_LIBRARIES := libmincrypt | ||||
| 9 | include $(BUILD_HOST_EXECUTABLE) | ||||
| 10 | |||||