summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBowgo Tsai <bowgotsai@google.com>2018-05-31 11:04:31 +0800
committerBowgo Tsai <bowgotsai@google.com>2018-05-31 11:05:26 +0800
commit5a262a75de5ffe0c62102a163adb8ea89e2e4834 (patch)
tree263411dd21d47ccdc4733b9408a6508f99d19e9b
parent2626d8b9e4d8e8c6cc67ceb1dc4e05a47779785c (diff)
downloadlibufdt-android-p-preview-4.tar.gz
Removing bootdevice from /dev/block/bootdevice/by-name/*android-p-preview-4android-o-mr1-iot-release-1.0.1
We should switch to use /dev/block/by-name/<partition> because there is no requirement to have a single 'bootdevice' for Android. The symlink is created in the following change: https://android-review.googlesource.com/c/platform/system/core/+/674989 Bug: 80466341 Test: m -j mkdtimg ufdt_verify_overlay_host && ./verifyDTBO.sh Change-Id: Ic4464307d54f0119d0c04c2d555f8cc36b6d13e5
-rwxr-xr-x[-rw-r--r--]tests/verifyDTBO.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/verifyDTBO.sh b/tests/verifyDTBO.sh
index 231101e..7ba9fca 100644..100755
--- a/tests/verifyDTBO.sh
+++ b/tests/verifyDTBO.sh
@@ -16,7 +16,7 @@ cd $tmpdir
#find out the location to read the DTBO image from
boot_suffix=$(adb wait-for-device shell getprop ro.boot.slot_suffix)
-dtbo_partition="/dev/block/bootdevice/by-name/dtbo"
+dtbo_partition="/dev/block/by-name/dtbo"
dtbo_path=$dtbo_partition$boot_suffix
#read the dtbo image and the final device tree from device