Home | History | Annotate | Download | only in avd

Lines Matching refs:cpuAbi

245     char*       cpuAbi = _getBuildProperty(androidOut, "ro.product.cpu.abi");
247 if (cpuAbi == NULL) {
253 if (!strcmp("armeabi",cpuAbi))
255 else if (!strcmp("armeabi-v7a", cpuAbi))
258 result = cpuAbi;
260 D("Found target ABI=%s, architecture=%s", cpuAbi, result);
262 AFREE(cpuAbi);
272 char* cpuAbi = _getBuildProperty(androidOut, "ro.product.cpu.abi");
274 if (cpuAbi == NULL) {
279 D("Found target ABI=%s", cpuAbi);
280 result = cpuAbi;