Merge changes I4968d5aa,Ieb34d79a,Idc073536
* changes: Move hwui private headers to frameworks/base/libs/hwui/private Convert libstorage to Android.bp Move libstorage includes into frameworks/base/lib/storage
This commit is contained in:
19
libs/storage/Android.bp
Normal file
19
libs/storage/Android.bp
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
cc_library_static {
|
||||||
|
name: "libstorage",
|
||||||
|
|
||||||
|
srcs: [
|
||||||
|
"IMountServiceListener.cpp",
|
||||||
|
"IMountShutdownObserver.cpp",
|
||||||
|
"IObbActionListener.cpp",
|
||||||
|
"IMountService.cpp",
|
||||||
|
],
|
||||||
|
|
||||||
|
export_include_dirs: ["include"],
|
||||||
|
|
||||||
|
cflags: [
|
||||||
|
"-Wall",
|
||||||
|
"-Werror",
|
||||||
|
],
|
||||||
|
|
||||||
|
shared_libs: ["libbinder"],
|
||||||
|
}
|
@ -1,16 +0,0 @@
|
|||||||
LOCAL_PATH:= $(call my-dir)
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
|
|
||||||
LOCAL_SRC_FILES:= \
|
|
||||||
IMountServiceListener.cpp \
|
|
||||||
IMountShutdownObserver.cpp \
|
|
||||||
IObbActionListener.cpp \
|
|
||||||
IMountService.cpp
|
|
||||||
|
|
||||||
LOCAL_MODULE:= libstorage
|
|
||||||
|
|
||||||
LOCAL_CFLAGS += -Wall -Werror
|
|
||||||
|
|
||||||
LOCAL_SHARED_LIBRARIES := libbinder
|
|
||||||
|
|
||||||
include $(BUILD_STATIC_LIBRARY)
|
|
Reference in New Issue
Block a user