libbinder/libbinder_ndk stability tests in VTS
These test platform/APEX APIs in addition to the app APIs which are
tested by CtsNdkBinderTestCases, and should be included in VTS for
maximum coverage.
Bug: 161501127
Test: tests pass (already on TH)
Change-Id: I19c9628b138d8a02374b1cf908eab015765c97b2
diff --git a/libs/binder/tests/Android.bp b/libs/binder/tests/Android.bp
index 9dad969..ae761d8 100644
--- a/libs/binder/tests/Android.bp
+++ b/libs/binder/tests/Android.bp
@@ -150,6 +150,7 @@
"binderStabilityTest.cpp",
],
+ // critical that libbinder/libbinder_ndk are shared for VTS
shared_libs: [
"libbinder_ndk",
"libbinder",
@@ -161,7 +162,7 @@
"binderStabilityTestIface-ndk_platform",
],
- test_suites: ["device-tests"],
+ test_suites: ["device-tests", "vts"],
require_root: true,
}