Add test for device connection.

All supported devices declared in audio policy configuration file must
be able to be connected/disconnected.

Bug: 172345306
Test: atest audio_health_tests
Change-Id: Iec13ff8a41eebf7d5ddaa57a48939cab4f31195f
diff --git a/services/audiopolicy/tests/Android.bp b/services/audiopolicy/tests/Android.bp
index ca03e1f..daedf31 100644
--- a/services/audiopolicy/tests/Android.bp
+++ b/services/audiopolicy/tests/Android.bp
@@ -45,6 +45,7 @@
 
 cc_test {
     name: "audio_health_tests",
+    require_root: true,
 
     shared_libs: [
         "libaudiofoundation",