Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78ef307c authored by markchien's avatar markchien
Browse files

Make style of srcs consistent

Address the comment from: aosp/1293897

Bug: 135177365
Test: m
Change-Id: I806d0c4b9857dc43945804823146fb856180dff2
parent 71dd69e1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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",