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

Commit 82701133 authored by Raphael Kim's avatar Raphael Kim
Browse files

Add Ukey2 dependency

Bug: 253307662
Test: m services.companion
Change-Id: I15bcf726fe0b4d1160463524da54433b4be10b22
parent f3710c72
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -195,6 +195,10 @@ java_library {
        "manifest_services.xml",
    ],

    required: [
        "libukey2_jni_shared",
    ],

    // Uncomment to enable output of certain warnings (deprecated, unchecked)
    //javacflags: ["-Xlint"],
}
+3 −0
Original line number Diff line number Diff line
@@ -24,4 +24,7 @@ java_library_static {
        "app-compat-annotations",
        "services.core",
    ],
    static_libs: [
        "ukey2_jni",
    ],
}