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

Commit f786a859 authored by Andrei Homescu's avatar Andrei Homescu
Browse files

libbinder: export shared headers on Trusty

The headers under ndk/include_cpp are shared between
libbinder and libbinder_ndk, so they need to be exported
by Trusty libbinder as well.

Bug: 224644083
Test: build on Trusty
Change-Id: Ia0d314490c5f6d4fef04260d9ca920b1f6837320
parent 06a34005
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -69,6 +69,11 @@ MODULE_EXPORT_INCLUDES += \
	$(LIBUTILS_DIR)/include \
	$(FMTLIB_DIR)/include \

# The android/binder_to_string.h header is shared between libbinder and
# libbinder_ndk and included by auto-generated AIDL C++ files
MODULE_EXPORT_INCLUDES += \
	$(LIBBINDER_DIR)/ndk/include_cpp \

MODULE_EXPORT_COMPILEFLAGS += \
	-DBINDER_NO_KERNEL_IPC \
	-DBINDER_RPC_SINGLE_THREADED \