Home
last modified time | relevance | path

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

/packages/apps/ManagedProvisioning/studio-dev/
Dstudiow113 updateSdk=''
131 if [[ "${adbChecked}" == 'false' && "${updateSdk}" == 'adb' ]]; then
237 updateSdk="$2"
240 case "$updateSdk" in
271 if [[ -z "${updateSdk}" ]]; then
274 printError "Unknown SDK artifact source: $updateSdk"
291 updateSdk='adb'
807 if [[ "$updateSdk" == 'adb' ]]; then
843 elif [[ "$updateSdk" == 'soong' ]]; then
894 elif [[ "${updateSdk}" == 'copy' ]]; then
[all …]