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

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

Merge "binderRpcTest: Use --whole-archive on Trusty"

parents c4a353c0 1ac740cf
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -32,4 +32,8 @@ MODULE_LIBRARY_DEPS += \
	trusty/user/base/lib/googletest \
	trusty/user/base/lib/googletest \
	trusty/user/base/lib/libstdc++-trusty \
	trusty/user/base/lib/libstdc++-trusty \


# TEST_P tests from binderRpcUniversalTests.cpp don't get linked in
# unless we pass in --whole-archive to the linker (b/275620340).
MODULE_USE_WHOLE_ARCHIVE := true

include make/trusted_app.mk
include make/trusted_app.mk