Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
android_vendor_lineage
Commits
740de401
Commit
740de401
authored
Feb 09, 2022
by
Aayush Gupta
Browse files
Merge remote-tracking branch 'origin/lineage-18.1' into v1-r
parents
551c2f97
3191fee6
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/envsetup.sh
View file @
740de401
...
...
@@ -837,7 +837,7 @@ function dopush()
CHKPERM
=
"/data/local/tmp/chkfileperm.sh"
(
cat
<<
'
EOF
'
#!/system/
x
bin/sh
#!/system/bin/sh
FILE=
$@
if [ -e
$FILE
]; then
ls -l
$FILE
| awk '{k=0;for(i=0;i<=8;i++)k+=((substr(
$1
,i+2,1)~/[rwx]/)*2^(8-i));if(k)printf("%0o ",k);print}' | cut -d ' ' -f1
...
...
@@ -883,7 +883,7 @@ EOF
fi
adb shell restorecon
"
$TARGET
"
;;
/system/priv-app/SystemUI
/SystemUI.apk|
/system
/framework/
*
)
*
/SystemUI.apk|
*
/framework/
*
)
# Only need to stop services once
if
!
$stop_n_start
;
then
adb shell stop
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment