From 78ef307ccafac70723152344545063e15fea5dc6 Mon Sep 17 00:00:00 2001 From: markchien Date: Mon, 27 Apr 2020 17:20:02 +0800 Subject: [PATCH] Make style of srcs consistent Address the comment from: aosp/1293897 Bug: 135177365 Test: m Change-Id: I806d0c4b9857dc43945804823146fb856180dff2 --- core/tests/utiltests/Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/tests/utiltests/Android.bp b/core/tests/utiltests/Android.bp index f13885e22b228..a9b9c41d47196 100644 --- a/core/tests/utiltests/Android.bp +++ b/core/tests/utiltests/Android.bp @@ -8,7 +8,10 @@ android_test { // We only want this apk build for tests. // Include all test java files. - srcs: ["src/**/*.java"] + ["src/android/util/IRemoteMemoryIntArray.aidl"], + srcs: [ + "src/**/*.java", + "src/android/util/IRemoteMemoryIntArray.aidl", + ], jni_libs: [ "libmemoryintarraytest",