Merge "Use ro.product.vendor.device to determine if running on Cuttlefish"

This commit is contained in:
Treehugger Robot 2022-10-18 11:07:50 +00:00 committed by Gerrit Code Review
commit 3ea0f312f5

View file

@ -1423,7 +1423,7 @@ LOG RUN "flash vendor, and confirm vendor override disappears"
is_bootloader_fastboot=true is_bootloader_fastboot=true
# cuttlefish? # cuttlefish?
[[ "$(get_property ro.product.device)" == vsoc* ]] && [[ "$(get_property ro.product.vendor.device)" == vsoc_* ]] &&
is_bootloader_fastboot=false is_bootloader_fastboot=false
is_userspace_fastboot=false is_userspace_fastboot=false