Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f91fe55 authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder: trusty, move libutils sources

These are now moved.

Bug: 302720583
Test: TH
Change-Id: Ic4987694777378a0dcc886a42621a392e47dfc1d
parent ecf37287
Loading
Loading
Loading
Loading
+8 −15
Original line number Diff line number Diff line
@@ -37,22 +37,15 @@ MODULE_SRCS := \
	$(LIBBINDER_DIR)/Utils.cpp \
	$(LIBBASE_DIR)/hex.cpp \
	$(LIBBASE_DIR)/stringprintf.cpp \
	$(LIBUTILS_DIR)/Errors.cpp \
	$(LIBUTILS_DIR)/binder/Errors.cpp \
	$(LIBUTILS_DIR)/binder/RefBase.cpp \
	$(LIBUTILS_DIR)/binder/SharedBuffer.cpp \
	$(LIBUTILS_DIR)/binder/String16.cpp \
	$(LIBUTILS_DIR)/binder/String8.cpp \
	$(LIBUTILS_DIR)/binder/StrongPointer.cpp \
	$(LIBUTILS_DIR)/binder/Unicode.cpp \
	$(LIBUTILS_DIR)/binder/VectorImpl.cpp \
	$(LIBUTILS_DIR)/misc.cpp \
	$(LIBUTILS_DIR)/RefBase.cpp \
	$(LIBUTILS_DIR)/StrongPointer.cpp \
	$(LIBUTILS_DIR)/Unicode.cpp \

# TODO: remove the following when libbinder supports std::string
# instead of String16 and String8 for Status and descriptors
MODULE_SRCS += \
	$(LIBUTILS_DIR)/SharedBuffer.cpp \
	$(LIBUTILS_DIR)/String16.cpp \
	$(LIBUTILS_DIR)/String8.cpp \

# TODO: disable dump() transactions to get rid of Vector
MODULE_SRCS += \
	$(LIBUTILS_DIR)/VectorImpl.cpp \

MODULE_DEFINES += \
	LK_DEBUGLEVEL_NO_ALIASES=1 \
+8 −15
Original line number Diff line number Diff line
@@ -45,22 +45,15 @@ MODULE_SRCS := \
	$(LIBBINDER_DIR)/Utils.cpp \
	$(LIBBASE_DIR)/hex.cpp \
	$(LIBBASE_DIR)/stringprintf.cpp \
	$(LIBUTILS_DIR)/Errors.cpp \
	$(LIBUTILS_DIR)/binder/Errors.cpp \
	$(LIBUTILS_DIR)/binder/RefBase.cpp \
	$(LIBUTILS_DIR)/binder/SharedBuffer.cpp \
	$(LIBUTILS_DIR)/binder/String16.cpp \
	$(LIBUTILS_DIR)/binder/String8.cpp \
	$(LIBUTILS_DIR)/binder/StrongPointer.cpp \
	$(LIBUTILS_DIR)/binder/Unicode.cpp \
	$(LIBUTILS_DIR)/binder/VectorImpl.cpp \
	$(LIBUTILS_DIR)/misc.cpp \
	$(LIBUTILS_DIR)/RefBase.cpp \
	$(LIBUTILS_DIR)/StrongPointer.cpp \
	$(LIBUTILS_DIR)/Unicode.cpp \

# TODO: remove the following when libbinder supports std::string
# instead of String16 and String8 for Status and descriptors
MODULE_SRCS += \
	$(LIBUTILS_DIR)/SharedBuffer.cpp \
	$(LIBUTILS_DIR)/String16.cpp \
	$(LIBUTILS_DIR)/String8.cpp \

# TODO: disable dump() transactions to get rid of Vector
MODULE_SRCS += \
	$(LIBUTILS_DIR)/VectorImpl.cpp \

MODULE_EXPORT_INCLUDES += \
	$(LOCAL_DIR)/include \