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

Commit 4e1e221a authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "libbinder: Include stability.cpp in the Trusty NDK library" into main

parents dc829d6a e7f5f2f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

using ::android::internal::Stability;

#ifdef __ANDROID_VNDK__
#if defined(__ANDROID_VNDK__) && !defined(__TRUSTY__)
#error libbinder_ndk should only be built in a system context
#endif

+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ MODULE_SRCS := \
	$(LIBBINDER_NDK_DIR)/ibinder.cpp \
	$(LIBBINDER_NDK_DIR)/libbinder.cpp \
	$(LIBBINDER_NDK_DIR)/parcel.cpp \
	$(LIBBINDER_NDK_DIR)/stability.cpp \
	$(LIBBINDER_NDK_DIR)/status.cpp \

MODULE_EXPORT_INCLUDES += \