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

Commit 0b8c8133 authored by Abodunrinwa Toki's avatar Abodunrinwa Toki Committed by Android (Google) Code Review
Browse files

Merge "Use the textclassifier library for smart selection"

parents 0dd6aadd 099ff112
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ package android.view.textclassifier;
final class LangId {

    static {
        System.loadLibrary("smart-selection_jni");
        System.loadLibrary("textclassifier");
    }

    private final long mModelPtr;
+1 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ package android.view.textclassifier;
final class SmartSelection {

    static {
        System.loadLibrary("smart-selection_jni");
        System.loadLibrary("textclassifier");
    }

    private final long mCtx;
@@ -92,4 +92,3 @@ final class SmartSelection {
        }
    }
}
+1 −0
Original line number Diff line number Diff line
@@ -286,6 +286,7 @@ LOCAL_SHARED_LIBRARIES := \
    libhwbinder \
    libvintf \
    libnativewindow \
    libtextclassifier \

LOCAL_SHARED_LIBRARIES += \
    libhwui \