Home
last modified time | relevance | path

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

/external/qemu/
Dandroid-configure.sh293OSX_SDK_INSTALLED_LIST=$(xcodebuild -showsdks 2>/dev/null | grep macosx | sed -e "s/.*macosx//g" |…
294 if [ -z "$OSX_SDK_INSTALLED_LIST" ]; then
298 log "OSX: Installed SDKs: $OSX_SDK_INSTALLED_LIST"
300 OSX_SDK_VERSION=$(echo "$OSX_SDK_INSTALLED_LIST" | tr ' ' '\n' | head -1)