Home | History | Annotate | Download | only in tools

Lines Matching refs:host_platform

56   host_platform=$(echo $host_os | sed -e 's/mac/darwin/')
60 '${ANDROID_SDK_ROOT}/../tools/${host_platform}', \
65 if [ "$PLATFORM" == "${host_platform}-arm" -o "$PLATFORM" == "all" ]; then
66 ${GYP} --suffix .${host_platform}-arm ${EFLAGS} -Dtarget_arch=arm
68 if [ "$PLATFORM" == "${host_platform}-arm64" -o "$PLATFORM" == "all" ]; then
69 ${GYP} --suffix .${host_platform}-arm64 ${EFLAGS} -Dtarget_arch=arm64
71 if [ "$PLATFORM" == "${host_platform}-x86" -o "$PLATFORM" == "all" ]; then
72 ${GYP} --suffix .${host_platform}-x86 ${EFLAGS} -Dtarget_arch=ia32
74 if [ "$PLATFORM" == "${host_platform}-x86_64" -o "$PLATFORM" == "all" ]; then
75 ${GYP} --suffix .${host_platform}-x86_64 ${EFLAGS} -Dtarget_arch=x64
77 if [ "$PLATFORM" == "${host_platform}-mips" -o "$PLATFORM" == "all" ]; then
78 ${GYP} --suffix .${host_platform}-mips ${EFLAGS} -Dtarget_arch=mipsel