Make style of srcs consistent

Address the comment from: aosp/1293897

Bug: 135177365
Test: m
Change-Id: I806d0c4b9857dc43945804823146fb856180dff2
This commit is contained in:
markchien 2020-04-27 17:20:02 +08:00
parent 71dd69e10a
commit 78ef307cca

View File

@ -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",