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

Commit 8019d1d8 authored by Spandan Das's avatar Spandan Das Committed by Gerrit Code Review
Browse files

Merge "Use jni_libs to install shared library dependency" into main

parents 8bb20dbe cd195faa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,5 +22,5 @@ java_binary {
    name: "hid",
    wrapper: "hid.sh",
    srcs: ["**/*.java"],
    required: ["libhidcommand_jni"],
    jni_libs: ["libhidcommand_jni"],
}
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ java_binary {
        "src/**/*.java",
        ":uinputcommand_aidl",
    ],
    required: ["libuinputcommand_jni"],
    jni_libs: ["libuinputcommand_jni"],
}

filegroup {