blob: d0eb6d4eb425acafcf1e8c340cfde7847158d534 [file] [log] [blame]
Kenny Rootbe857d42010-08-18 15:59:25 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 IMountServiceListener.cpp \
6 IMountShutdownObserver.cpp \
7 IObbActionListener.cpp \
8 IMountService.cpp
9
Kenny Rootbe857d42010-08-18 15:59:25 -070010LOCAL_MODULE:= libstorage
11
Andreas Gampe2b3a8cd2014-10-21 23:38:52 -070012LOCAL_CFLAGS += -Wall -Werror
13
Christopher Wiley1e06bde2016-04-14 10:16:33 -070014LOCAL_SHARED_LIBRARIES := libbinder
15
Kenny Rootbe857d42010-08-18 15:59:25 -070016include $(BUILD_STATIC_LIBRARY)