Lines Matching refs:APP_ABIS
555 APP_ABIS = get_build_var('APP_ABI').split(' ')
556 if 'all' in APP_ABIS:
558 APP_ABIS = APP_ABIS[:APP_ABIS.index('all')]+ALL_ABIS+APP_ABIS[APP_ABIS.index('all')+1:]
559 log('ABIs targetted by application: %s' % (' '.join(APP_ABIS)))
585 COMPAT_ABI = [ABI for ABI in CPU_ABIS if ABI in APP_ABIS]
590 Package supports: %s''' % (' '.join(CPU_ABIS),' '.join(APP_ABIS)))