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

Commit b9c89bb3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Make style of srcs consistent"

parents 339e06ba 78ef307c
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",