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