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

Commit 3ea0f312 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents e7f5532e eb88e7b6
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