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

Commit c61317de authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Make style of srcs consistent" am: b9c89bb3 am: 79ebf075 am: bfb50fdc

Change-Id: I1d0b665ff43bb0730380442abffb1f8fc7b4cb5c
parents 0abd2809 bfb50fdc
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",