Skip to content

Commit ad67467

Browse files
committed
ubport: Use vendor toybox for post data script
1 parent a0c56c9 commit ad67467

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

rootdir/bin/on-post-data.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/system/bin/sh
22

3+
PATH="/sbin:/vendor/sbin:/vendor/bin:/vendor/xbin:$PATH"
4+
export PATH
5+
36
fixSPL() {
47
if [ "$(getprop ro.product.cpu.abi)" = "armeabi-v7a" ]; then
58
setprop ro.keymaster.mod 'AOSP on ARM32'

0 commit comments

Comments
 (0)