Skip to content

Commit

Permalink
Add missing ro.adb.secure prop early with the others
Browse files Browse the repository at this point in the history
  • Loading branch information
osm0sis authored Aug 18, 2024
1 parent 3d55dc5 commit b427736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/post-fs-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ done
for PROP in $(resetprop | grep -oE 'ro.*.build.type'); do
resetprop_if_diff $PROP user
done
resetprop_if_diff ro.adb.secure 1
resetprop_if_diff ro.debuggable 0
resetprop_if_diff ro.force.debuggable 0
resetprop_if_diff ro.secure 1

0 comments on commit b427736

Please sign in to comment.