Searched defs:ABI_LIST_ARG (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java83 private static final String ABI_LIST_ARG = "--abi-list="; field in class:ZygoteInit
659 } else if (argv[i].startsWith(ABI_LIST_ARG)) {
660 abiList = argv[i].substring(ABI_LIST_ARG.length());

Completed in 26 milliseconds