Skip to content

Commit a36ab31

Browse files
Steven MorelandGerrit Code Review
authored andcommitted
Merge "binderVendorDoubleLoadTest: stability assert" into main
2 parents 5ee04a1 + 3ef1c06 commit a36ab31

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

libs/binder/ndk/tests/binderVendorDoubleLoadTest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
#include <gtest/gtest.h>
3131
#include <sys/prctl.h>
3232

33+
static_assert(FLAG_PRIVATE_LOCAL != 0, "Build system configuration breaks stability");
34+
3335
using namespace android;
3436
using ::android::binder::Status;
3537
using ::android::internal::Stability;

0 commit comments

Comments
 (0)