Home
last modified time | relevance | path

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

/art/build/apex/
Dart_prepostinstall_utils.sh26 ARCHES=""
30 ARCHES="$ARCHES\narm64"
33 ARCHES="$ARCHES\narm"
36 ARCHES="$ARCHES\nx86"
39 ARCHES="$ARCHES\nx86_64"
47 ARCHES=`echo $ARCHES | uniq`
Dart_preinstall_hook.sh23 log_info "Arches = `echo $ARCHES`"
33 for ARCH in $ARCHES ; do
43 PRIMARY_ARCH=`echo $ARCHES | sed -e 's/ .*//'`