summaryrefslogtreecommitdiffstats
path: root/libdiskconfig/Android.mk
blob: 1d0ecb4dadbea9db860d8149155675d259777f11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

ifneq ($(TARGET_SIMULATOR),true)

include $(CLEAR_VARS)

LOCAL_SRC_FILES := \
	diskconfig.c \
	diskutils.c \
	write_lst.c \
	config_mbr.c

LOCAL_MODULE := libdiskconfig
LOCAL_SYSTEM_SHARED_LIBRARIES := libcutils liblog libc

include $(BUILD_SHARED_LIBRARY)

endif  # ! TARGET_SIMULATOR