Loading libs/storage/Android.bp 0 → 100644 +19 −0 Original line number Diff line number Diff line cc_library_static { name: "libstorage", srcs: [ "IMountServiceListener.cpp", "IMountShutdownObserver.cpp", "IObbActionListener.cpp", "IMountService.cpp", ], export_include_dirs: ["include"], cflags: [ "-Wall", "-Werror", ], shared_libs: ["libbinder"], } libs/storage/Android.mkdeleted 100644 → 0 +0 −19 Original line number Diff line number Diff line LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) LOCAL_SRC_FILES:= \ IMountServiceListener.cpp \ IMountShutdownObserver.cpp \ IObbActionListener.cpp \ IMountService.cpp LOCAL_MODULE:= libstorage LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include LOCAL_C_INCLUDES := $(LOCAL_PATH)/include LOCAL_CFLAGS += -Wall -Werror LOCAL_SHARED_LIBRARIES := libbinder include $(BUILD_STATIC_LIBRARY) Loading
libs/storage/Android.bp 0 → 100644 +19 −0 Original line number Diff line number Diff line cc_library_static { name: "libstorage", srcs: [ "IMountServiceListener.cpp", "IMountShutdownObserver.cpp", "IObbActionListener.cpp", "IMountService.cpp", ], export_include_dirs: ["include"], cflags: [ "-Wall", "-Werror", ], shared_libs: ["libbinder"], }
libs/storage/Android.mkdeleted 100644 → 0 +0 −19 Original line number Diff line number Diff line LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) LOCAL_SRC_FILES:= \ IMountServiceListener.cpp \ IMountShutdownObserver.cpp \ IObbActionListener.cpp \ IMountService.cpp LOCAL_MODULE:= libstorage LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include LOCAL_C_INCLUDES := $(LOCAL_PATH)/include LOCAL_CFLAGS += -Wall -Werror LOCAL_SHARED_LIBRARIES := libbinder include $(BUILD_STATIC_LIBRARY)