aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-12-10 02:04:44 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-12-10 02:04:44 +0000
commitddc4a70ecdf8a4d2bf0669953082171ba47080ac (patch)
treed121101c84365ed43e42c3ff5caf223985ffbd93
parenta3d3d4436cb124cc12dc782418563d1b3981c6ea (diff)
parente1c27fbb652359e38f38e41ee173366b50e1466c (diff)
downloadaidl-android10-qpr2-s4-release.tar.gz
Change-Id: I5e4d05f20c8f1b17769ea635e9a01ba64e1b7adf
-rw-r--r--Android.bp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index e60468e4..14f2d009 100644
--- a/Android.bp
+++ b/Android.bp
@@ -221,7 +221,9 @@ android_app {
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 @@ aidl_interface {
gen_log: true,
},
},
-} \ No newline at end of file
+}