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

Commit 8ffc231d authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Gracefully handle apps without native libraries.

Bug: 16148014
Change-Id: Ida23545046387b567744ee520baa4713e8403f30
parent 65b1a7c0
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));
    }