HomeSort by relevance Sort by last modified time
    Searched refs:ALL_ABIS (Results 1 - 3 of 3) sorted by null

  /ndk/
ndk-gdb 504 ALL_ABIS=`get_build_var NDK_ALL_ABIS`
507 APP_ABIS="${APP_ABIS_FRONT}${ALL_ABIS}${APP_ABIS_BACK}"
ndk-gdb.py 584 ALL_ABIS = get_build_var('NDK_ALL_ABIS').split(' ')
585 APP_ABIS = APP_ABIS[:APP_ABIS.index('all')]+ALL_ABIS+APP_ABIS[APP_ABIS.index('all')+1:]
    [all...]
  /ndk/tests/
run-tests.sh 574 ALL_ABIS=`get_build_var $PROJECT NDK_ALL_ABIS`
577 APP_ABIS="${APP_ABIS_FRONT}${ALL_ABIS}${APP_ABIS_BACK}"
    [all...]

Completed in 79 milliseconds