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

Commit 5eb5cffc authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Gracefully handle apps without native libraries."

parents 0c69a3e5 8ffc231d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -189,6 +189,7 @@ public class NativeLibraryHelper {

    // Convenience method to call removeNativeBinariesFromDirLI(File)
    public static boolean removeNativeBinariesLI(String nativeLibraryPath) {
        if (nativeLibraryPath == null) return false;
        return removeNativeBinariesFromDirLI(new File(nativeLibraryPath));
    }