projects
/
GitHub
/
LineageOS
/
G12
/
android_device_google_sabrina.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a77a2e
)
sabrina: Stop trying to transition the led service seclabel
author
Nolen Johnson
<johnsonnolen@gmail.com>
Tue, 11 Jun 2024 01:09:44 +0000
(21:09 -0400)
committer
Nolen Johnson
<johnsonnolen@gmail.com>
Tue, 11 Jun 2024 01:09:44 +0000
(21:09 -0400)
Change-Id: I068a9e7a7737ff42bd0f0830395352f599d07f3c
extract-files.sh
patch
|
blob
|
blame
|
history
diff --git
a/extract-files.sh
b/extract-files.sh
index f6ab0112e49497f5c811eeadfd2265a2849a6f18..7a04680bc170fb795e1d5a93ec23c143bb1badbb 100755
(executable)
--- a/
extract-files.sh
+++ b/
extract-files.sh
@@
-10,7
+10,7
@@
function blob_fixup() {
case "${1}" in
# Use generic Light HAL context for led_control_service
vendor/etc/init/led_control_service.rc)
- sed -i "
s|u:r:led_control_service:s0|u:object_r:hal_light_default_exec:s0|g
" "${2}"
+ sed -i "
8d
" "${2}"
;;
esac
}