Koushik Dutta | 67700e7 | 2011-07-11 12:26:45 -0700 | [diff] [blame^] | 1 | LOCAL_PATH := $(call my-dir) |
2 | |||||
3 | include $(CLEAR_VARS) | ||||
4 | |||||
5 | LOCAL_SRC_FILES := dedupe.c | ||||
6 | LOCAL_FORCE_STATIC_EXECUTABLE := true | ||||
7 | LOCAL_MODULE_TAGS := eng | ||||
8 | LOCAL_MODULE := dedupe | ||||
9 | LOCAL_STATIC_LIBRARIES := libcrypto_static | ||||
10 | include $(BUILD_HOST_EXECUTABLE) |