Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b50730ec authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use ro.product.vendor.device to determine if running on Cuttlefish" am: 3ea0f312

parents 784b56c4 3ea0f312
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1423,7 +1423,7 @@ LOG RUN "flash vendor, and confirm vendor override disappears"

is_bootloader_fastboot=true
# cuttlefish?
[[ "$(get_property ro.product.device)" == vsoc* ]] &&
[[ "$(get_property ro.product.vendor.device)" == vsoc_* ]] &&
  is_bootloader_fastboot=false
is_userspace_fastboot=false