commit | e78f853e469e37bc2cc4f22d9f102d38d756af04 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Dec 14 13:03:12 2016 -0800 |
committer | Colin Cross <ccross@android.com> | Wed Dec 14 13:28:46 2016 -0800 |
tree | 205e387089f6687e396cc6c1f57f8cfd59139c6b | |
parent | e2d85815297c999e6dc36d050d04df459330824a [diff] |
Move libstorage includes into frameworks/base/lib/storage Move the libstorage includes out of the global include path and into frameworks/base/lib/storage/include, and export it. Bug: 33630870 Test: m -j native Change-Id: Idc0735360abc703496b9bc46d1a76ce8039af0d1
diff --git a/libs/storage/Android.mk b/libs/storage/Android.mk index d0eb6d4..f8524e3 100644 --- a/libs/storage/Android.mk +++ b/libs/storage/Android.mk
@@ -9,6 +9,9 @@ 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
diff --git a/include/storage/IMountService.h b/libs/storage/include/storage/IMountService.h similarity index 100% rename from include/storage/IMountService.h rename to libs/storage/include/storage/IMountService.h
diff --git a/include/storage/IMountServiceListener.h b/libs/storage/include/storage/IMountServiceListener.h similarity index 100% rename from include/storage/IMountServiceListener.h rename to libs/storage/include/storage/IMountServiceListener.h
diff --git a/include/storage/IMountShutdownObserver.h b/libs/storage/include/storage/IMountShutdownObserver.h similarity index 100% rename from include/storage/IMountShutdownObserver.h rename to libs/storage/include/storage/IMountShutdownObserver.h
diff --git a/include/storage/IObbActionListener.h b/libs/storage/include/storage/IObbActionListener.h similarity index 100% rename from include/storage/IObbActionListener.h rename to libs/storage/include/storage/IObbActionListener.h