5bcbfcec4b
and there is no target static library with name libutils. Change-Id: Ifec34e1b484d749d3fcd11abe610f192a3213767
13 lines
235 B
Makefile
13 lines
235 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES:= \
|
|
IMountServiceListener.cpp \
|
|
IMountShutdownObserver.cpp \
|
|
IObbActionListener.cpp \
|
|
IMountService.cpp
|
|
|
|
LOCAL_MODULE:= libstorage
|
|
|
|
include $(BUILD_STATIC_LIBRARY)
|