Home
last modified time | relevance | path

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

/ndk/build/tools/
Dcommon-build-host-funcs.sh168 for IN_SYSTEM in $IN_SYSTEMS; do
169 if [ "$IN_SYSTEM" = "$BH_BUILD_TAG" ]; then
170 OUT_SYSTEMS=$IN_SYSTEM
174 for IN_SYSTEM in $IN_SYSTEMS; do
175 if [ ! "$IN_SYSTEM" = "$BH_BUILD_TAG" ]; then
176 OUT_SYSTEMS=$OUT_SYSTEMS" $IN_SYSTEM"