mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 13:35:09 +00:00
rosemary: Disable serial console notification
Google added a check for this prop in R, and if it's running it will show a notification about it that it's impacting performance. Why it's not disabled by default I don't know, so just force disable it here. [bengris32] Convert to standalone init script and install to system_ext Change-Id: Ia06ef15388e7e701ed526664e7748f133ad01ee2
This commit is contained in:
committed by
Matsvei Niaverau
parent
f9a29b388c
commit
3f45a4f3de
@@ -278,6 +278,7 @@ PRODUCT_PACKAGES += \
|
||||
init.mt6785.rc \
|
||||
init.mt6785.usb.rc \
|
||||
init.sensor_1_0.rc \
|
||||
init.target.rc \
|
||||
ueventd.mtk.rc
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
|
||||
@@ -51,6 +51,13 @@ prebuilt_etc {
|
||||
vendor: true,
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "init.target.rc",
|
||||
src: "etc/init.target.rc",
|
||||
sub_dir: "init",
|
||||
system_ext_specific: true,
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "ueventd.mtk.rc",
|
||||
filename: "ueventd.rc",
|
||||
|
||||
2
rootdir/etc/init.target.rc
Normal file
2
rootdir/etc/init.target.rc
Normal file
@@ -0,0 +1,2 @@
|
||||
on boot
|
||||
stop console
|
||||
Reference in New Issue
Block a user