Merge "Use ro.product.vendor.device to determine if running on Cuttlefish"
This commit is contained in:
commit
3ea0f312f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue