M7350/system/core/libdiskconfig/Android.mk

20 lines
338 B
Makefile
Raw Normal View History

2024-09-09 08:52:07 +00:00
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