This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
patches/personal/platform_build/05-Dont-build-QuickSearchBox.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
From bdcba7bb7e5a6a076ec0b1ddeaac6dcad0070e86 Mon Sep 17 00:00:00 2001 | ||
From: MisterZtr <[email protected]> | ||
Date: Wed Jan 31 17:20:45 2024 +0300 | ||
Subject: [PATCH] Dont-build-QuickSearchBox.patch | ||
|
||
--- | ||
target/product/handheld_product.mk | 1 - | ||
1 files changed, 1 deletions(-) | ||
|
||
diff --git a/target/product/handheld_product.mk b/target/product/handheld_product.mk | ||
index e789220062..833d30c3b5 100644 | ||
--- a/target/product/handheld_product.mk | ||
+++ b/target/product/handheld_product.mk | ||
@@ -29,7 +29,6 @@ PRODUCT_PACKAGES += \ | ||
Gallery2 \ | ||
Music \ | ||
preinstalled-packages-platform-handheld-product.xml \ | ||
- QuickSearchBox \ | ||
SettingsIntelligence \ | ||
frameworks-base-overlays | ||
|