Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch to disable unneeded services/packages #1413

Open
wants to merge 1 commit into
base: celadon/r/mr0/stable
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
From 6dcdf3f194acc2147b3dfdd255109384341b1c5c Mon Sep 17 00:00:00 2001
From: Tanuj Tekriwal <[email protected]>
Date: Mon, 24 Jan 2022 08:49:45 +0530
Subject: [PATCH] Delete the not needed packages

Tracked-On:
---
target/product/handheld_product.mk | 7 -------
target/product/handheld_system.mk | 26 --------------------------
2 files changed, 33 deletions(-)

diff --git a/target/product/handheld_product.mk b/target/product/handheld_product.mk
index 2199c570a0..c10bfe2e4f 100644
--- a/target/product/handheld_product.mk
+++ b/target/product/handheld_product.mk
@@ -22,17 +22,10 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/media_product.mk)

# /product packages
PRODUCT_PACKAGES += \
- Browser2 \
- Calendar \
- Camera2 \
- Contacts \
- DeskClock \
- Gallery2 \
LatinIME \
Music \
OneTimeInitializer \
preinstalled-packages-platform-handheld-product.xml \
- QuickSearchBox \
SettingsIntelligence \
frameworks-base-overlays

diff --git a/target/product/handheld_system.mk b/target/product/handheld_system.mk
index 77c103d7ee..5720f6dd81 100644
--- a/target/product/handheld_system.mk
+++ b/target/product/handheld_system.mk
@@ -32,45 +32,19 @@ $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
$(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)

PRODUCT_PACKAGES += \
- BasicDreams \
- BlockedNumberProvider \
- Bluetooth \
- BluetoothMidiService \
- BookmarkProvider \
- BuiltInPrintService \
- CalendarProvider \
cameraserver \
- CaptivePortalLogin \
- CertInstaller \
clatd \
clatd.conf \
- DocumentsUI \
- DownloadProviderUi \
- EasterEgg \
- ExternalStorageProvider \
FusedLocation \
InputDevices \
- KeyChain \
librs_jni \
- ManagedProvisioning \
- MmsService \
MtpService \
- MusicFX \
- NfcNci \
- PacProcessor \
- PrintRecommendationService \
PrintSpooler \
- ProxyHandler \
screenrecord \
- SecureElement \
- SharedStorageBackup \
- SimAppDialog \
Telecom \
TelephonyProvider \
TeleService \
- Traceur \
UserDictionaryProvider \
- VpnDialogs \
vr \


--
2.20.1

Loading
Loading