Freeze AIDL APIs for SC am: e05f3ba60e

Original change: https://googleplex-android-review.googlesource.com/c/platform/system/libfmq/+/14675580

Change-Id: I27220d6e666eeadf0b7043a3c25fa1ca06b8bcac
diff --git a/tests/aidl/Android.bp b/tests/aidl/Android.bp
index c5010ce..e210fda 100644
--- a/tests/aidl/Android.bp
+++ b/tests/aidl/Android.bp
@@ -11,8 +11,8 @@
         "android/fmq/test/*.aidl",
     ],
     imports: [
-        "android.hardware.common",
-        "android.hardware.common.fmq",
+        "android.hardware.common-V2",
+        "android.hardware.common.fmq-V1",
     ],
     gen_trace: true,
     backend: {