Commit 31ca9e25 authored by agrieve's avatar agrieve Committed by Commit bot

Remove an unused private function related to split apks.

BUG=609122

Review-Url: https://codereview.chromium.org/2392003002
Cr-Commit-Position: refs/heads/master@{#422843}
parent 742cd034
...@@ -333,12 +333,6 @@ public class LibraryLoader { ...@@ -333,12 +333,6 @@ public class LibraryLoader {
} }
} }
// Returns whether the given split name is that of the ABI split.
private static boolean isAbiSplit(String splitName) {
// The split name for the ABI split is manually set in the build rules.
return splitName.startsWith("abi_");
}
// The WebView requires the Command Line to be switched over before // The WebView requires the Command Line to be switched over before
// initialization is done. This is okay in the WebView's case since the // initialization is done. This is okay in the WebView's case since the
// JNI is already loaded by this point. // JNI is already loaded by this point.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment