blob: 36bd515402a46be0e9b2fcb1df2be82dc7f02c29 [file] [log] [blame]
Shashank Mittal815ca5d2010-07-27 11:09:19 -07001ifneq ($(TARGET_SIMULATOR),true)
2ifeq ($(TARGET_ARCH),arm)
3
4LOCAL_PATH := $(call my-dir)
5include $(CLEAR_VARS)
6
7LOCAL_SRC_FILES := \
8 mmcutils.c
9
10LOCAL_MODULE := libmmcutils
11
12include $(BUILD_STATIC_LIBRARY)
13
14endif # TARGET_ARCH == arm
15endif # !TARGET_SIMULATOR