Koushik Dutta | 5082299 | 2011-06-08 19:03:27 -0700 | [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 |