Home
last modified time | relevance | path

Searched refs:ABI_LIST_ARG (Results 1 – 1 of 1) sorted by relevance

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