Snap for 6060206 from e1c27fbb652359e38f38e41ee173366b50e1466c to qt-qpr2-release

Change-Id: I5e4d05f20c8f1b17769ea635e9a01ba64e1b7adf
diff --git a/Android.bp b/Android.bp
index e60468e..14f2d00 100644
--- a/Android.bp
+++ b/Android.bp
@@ -221,7 +221,9 @@
     manifest: "tests/java_app/AndroidManifest.xml",
     resource_dirs: ["tests/java_app/resources"],
     srcs: [
-        "tests/android/aidl/tests/*.aidl",
+        "tests/android/aidl/tests/ITestService.aidl",
+        "tests/android/aidl/tests/INamedCallback.aidl",
+        "tests/android/aidl/tests/StructuredParcelable.aidl",
         "tests/java_app/src/android/aidl/tests/NullableTests.java",
         "tests/java_app/src/android/aidl/tests/SimpleParcelable.java",
         "tests/java_app/src/android/aidl/tests/TestFailException.java",
@@ -263,4 +265,4 @@
             gen_log: true,
         },
     },
-}
\ No newline at end of file
+}