Whitelist the usb.gadget v1.1

Cuttlefish doesn't support usb mode switch now.
We submit the default implementation but do not enable it on cuttlefish.
Add to whitelist to pass TH test.

Bug: 147645728
Test: hidl_implementation_test
Change-Id: I852f08d448e7435d7cea147c6f9b716e09cc2f64
diff --git a/tests/hidl/hidl_implementation_test.cpp b/tests/hidl/hidl_implementation_test.cpp
index 7c7d8c6..91228f6 100644
--- a/tests/hidl/hidl_implementation_test.cpp
+++ b/tests/hidl/hidl_implementation_test.cpp
@@ -78,7 +78,7 @@
     "android.hardware.tv.input@1.0",
     "android.hardware.tv.tuner@1.0",
     "android.hardware.usb@1.2",
-    "android.hardware.usb.gadget@1.0",
+    "android.hardware.usb.gadget@1.1",
     "android.hardware.vibrator@1.3",
     "android.hardware.vr@1.0",
     "android.hardware.weaver@1.0",