Merge "Use ro.product.vendor.device to determine if running on Cuttlefish" am: 3ea0f312f5
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2259202 Change-Id: Ib45d80e32cca2329707cc000323ed053cfc56b24 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
b50730ecea
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
|
||||
# cuttlefish?
|
||||
[[ "$(get_property ro.product.device)" == vsoc* ]] &&
|
||||
[[ "$(get_property ro.product.vendor.device)" == vsoc_* ]] &&
|
||||
is_bootloader_fastboot=false
|
||||
is_userspace_fastboot=false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue