Add native bridge controller to to CtsViewReceiveContentTestCases

Add the controller to skip the module if a native bridge
is detected,where arm64-v8a native code is translated
into x86_64 native code.

For phone, they are arm64-v8a based, they will not use native-bridge,
they will run this test.

For virtual devices, such as cuttlefish/goldfish, they are
running on x86_64 hosts, and ndk-translation is used to run
third party apps that uses arm64-v8a native code,
in this case, the test is skipped.

Bug: 189959412
Test: atest CtsViewReceiveContentTestCases  -- -a arm64-v8a
Change-Id: I1f2bd8628c620315afdb46c7ae10ec0a6bf4dd5e
Merged-In: I1f2bd8628c620315afdb46c7ae10ec0a6bf4dd5e
1 file changed