blob: 74e1eca00aac239339249893a3f961f5214a2d2f [file] [log] [blame]
ifeq ($(TARGET_ARCH),arm)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
sdutil.cpp \
LOCAL_SHARED_LIBRARIES := libhardware_legacy libbinder libcutils libutils libc
LOCAL_MODULE:= sdutil
LOCAL_MODULE_TAGS := debug
include $(BUILD_EXECUTABLE)
endif