mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Disable some unused services and vendor overlay
Change-Id: Icd899c4a379ae4300488ea90837d741881f228c2 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
86317e3472
commit
ac78a7d0d5
3 changed files with 28 additions and 0 deletions
9
rootdir/Android.mk
Normal file
9
rootdir/Android.mk
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := init.universal7904.rc
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := ETC
|
||||||
|
LOCAL_SRC_FILES := etc/init.universal7904.rc
|
||||||
|
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/init
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
15
rootdir/etc/init.universal7904.rc
Normal file
15
rootdir/etc/init.universal7904.rc
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
on init
|
||||||
|
# Disable vendor overlay
|
||||||
|
mount none /vendor/lost+found /vendor/overlay bind
|
||||||
|
|
||||||
|
service argos-daemon /system/bin/true
|
||||||
|
oneshot
|
||||||
|
disabled
|
||||||
|
|
||||||
|
service ExynosHWCServiceTW /system/bin/true
|
||||||
|
oneshot
|
||||||
|
disabled
|
||||||
|
|
||||||
|
service vaultkeeper /system/bin/true
|
||||||
|
oneshot
|
||||||
|
disabled
|
||||||
|
|
@ -13,6 +13,10 @@ PRODUCT_PACKAGES += \
|
||||||
TARGET_SCREEN_HEIGHT := 2340
|
TARGET_SCREEN_HEIGHT := 2340
|
||||||
TARGET_SCREEN_WIDTH := 1080
|
TARGET_SCREEN_WIDTH := 1080
|
||||||
|
|
||||||
|
# Init
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
init.universal7904.rc
|
||||||
|
|
||||||
# Net
|
# Net
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
netutils-wrapper-1.0
|
netutils-wrapper-1.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue