summaryrefslogblamecommitdiffstats
path: root/mtdutils/Android.mk
blob: 12322b4572228410948bf14f80b6566658f9eb0b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                
 




                            
                 

                           

                                        

                               

                           
ifneq ($(TARGET_SIMULATOR),true)

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES := \
	mtdutils.c \
	mounts.c 

LOCAL_MODULE := libmtdutils
LOCAL_STATIC_LIBRARIES := libcutils libc
LOCAL_FORCE_STATIC_EXECUTABLE := true
include $(BUILD_STATIC_LIBRARY)

endif	# !TARGET_SIMULATOR