am 73f7cd98: Merge "Fix build."
* commit '73f7cd98d61eded2cc3af0f672937c7a2ec5c10a': Fix build.
This commit is contained in:
@@ -345,7 +345,7 @@ public class DefaultContainerService extends IntentService {
|
|||||||
NativeLibraryHelper.ApkHandle handle = new NativeLibraryHelper.ApkHandle(codePath);
|
NativeLibraryHelper.ApkHandle handle = new NativeLibraryHelper.ApkHandle(codePath);
|
||||||
String[] abiList = Build.SUPPORTED_ABIS;
|
String[] abiList = Build.SUPPORTED_ABIS;
|
||||||
if (abiOverride != null) {
|
if (abiOverride != null) {
|
||||||
abiList = new String[] { abiList };
|
abiList = new String[] { abiOverride };
|
||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
if (Build.SUPPORTED_64_BIT_ABIS.length > 0 &&
|
if (Build.SUPPORTED_64_BIT_ABIS.length > 0 &&
|
||||||
|
|||||||
Reference in New Issue
Block a user