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

Commit 3ef1c067 authored by Steven Moreland's avatar Steven Moreland
Browse files

binderVendorDoubleLoadTest: stability assert

As these tests/binaries are being imported to other
build systems over time, add one canary check.

Bug: N/A
Test: N/A
Change-Id: I86be1ee659694e301aa8b3bf4a2dffaefaee9720
parent 38a4ab9f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -30,6 +30,8 @@
#include <gtest/gtest.h>
#include <sys/prctl.h>

static_assert(FLAG_PRIVATE_LOCAL != 0, "Build system configuration breaks stability");

using namespace android;
using ::android::binder::Status;
using ::android::internal::Stability;