Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
2 | |||||
3 | ifneq ($(TARGET_SIMULATOR),true) | ||||
Dees_Troy | 51a0e82 | 2012-09-05 15:24:24 -0400 | [diff] [blame] | 4 | |
5 | include $(CLEAR_VARS) | ||||
6 | LOCAL_SRC_FILES := system.c popen.c | ||||
7 | LOCAL_MODULE := libcrecovery | ||||
8 | LOCAL_MODULE_TAGS := eng | ||||
9 | include $(BUILD_STATIC_LIBRARY) | ||||
10 | |||||
11 | endif |