File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ mkdir /picodroid_system
1717mkdir /picodroid_vendor
1818
1919# Mount the neccesary partitions
20- mount -o rw $( readlink -f $( cd /dev && find /dev/block -type l -name system* | head -n 1 ) ) /picodroid_system
21- mount -o rw $( readlink -f $( cd /dev && find /dev/block -type l -name vendor* | head -n 1 ) ) /picodroid_vendor
20+ mount -o rw $( readlink -f $( cd /dev && find /dev/block -type l -name system$( getprop ro.boot.slot_suffix ) | head -n 1 ) ) /picodroid_system
21+ mount -o rw $( readlink -f $( cd /dev && find /dev/block -type l -name vendor$( getprop ro.boot.slot_suffix ) | head -n 1 ) ) /picodroid_vendor
2222
2323# Copy the overlay to the appropriate location
2424cp /tmp/BromiteWebViewInstaller/vendor/overlay/treble-overlay-bromite-webview.apk /picodroid_vendor/overlay
You can’t perform that action at this time.
0 commit comments