Skip to content

Commit

Permalink
Fix reading vndk if setting prop from vndk failed on recent enough ve…
Browse files Browse the repository at this point in the history
…ndors
  • Loading branch information
phhusson committed Jul 17, 2019
1 parent 31386d8 commit 95036eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rw-system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#fi

vndk="$(getprop persist.sys.vndk)"
[ -z "$vndk" ] && vndk="$(getprop ro.vndk.version |grep -oE '^[0-9]+')"
setprop sys.usb.ffs.aio_compat true

fixSPL() {
Expand Down

0 comments on commit 95036eb

Please sign in to comment.