Freeze AIDL APIs for SC

Bug: 188713899
Test: m
Change-Id: Idcca7666eb54f6d53b4bdce69c570dc6377d46cf
diff --git a/services/tuner/Android.bp b/services/tuner/Android.bp
index df2b4a3..cd11c88 100644
--- a/services/tuner/Android.bp
+++ b/services/tuner/Android.bp
@@ -32,8 +32,8 @@
         ":tv_tuner_aidl",
     ],
     imports: [
-        "android.hardware.common",
-        "android.hardware.common.fmq",
+        "android.hardware.common-V2",
+        "android.hardware.common.fmq-V1",
     ],
 
     backend: {