DO NOT MERGE: Remove parcelable declaration from the source list am: 78fa3d96ff am: 9a41f5a199

Change-Id: I6e2353fbd87ac2a1f7a5d8792fba247c230e5329
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
+}