blob: 1d0ecb4dadbea9db860d8149155675d259777f11 [file] [log] [blame]
San Mehata6391f12010-03-10 12:46:00 -08001LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
3
4ifneq ($(TARGET_SIMULATOR),true)
5
6include $(CLEAR_VARS)
7
8LOCAL_SRC_FILES := \
9 diskconfig.c \
10 diskutils.c \
11 write_lst.c \
12 config_mbr.c
13
14LOCAL_MODULE := libdiskconfig
San Mehata6391f12010-03-10 12:46:00 -080015LOCAL_SYSTEM_SHARED_LIBRARIES := libcutils liblog libc
16
17include $(BUILD_SHARED_LIBRARY)
18
19endif # ! TARGET_SIMULATOR