From d1642f1972a5c49d5f30f1f7363c5964c46b3922 Mon Sep 17 00:00:00 2001 From: MisterZtr Date: Wed, 31 Jan 2024 18:07:37 +0300 Subject: [PATCH] patches: Dont build QuickSearchBox --- .../05-Dont-build-QuickSearchBox.patch | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 patches/personal/platform_build/05-Dont-build-QuickSearchBox.patch diff --git a/patches/personal/platform_build/05-Dont-build-QuickSearchBox.patch b/patches/personal/platform_build/05-Dont-build-QuickSearchBox.patch new file mode 100644 index 0000000..ace93f4 --- /dev/null +++ b/patches/personal/platform_build/05-Dont-build-QuickSearchBox.patch @@ -0,0 +1,21 @@ +From bdcba7bb7e5a6a076ec0b1ddeaac6dcad0070e86 Mon Sep 17 00:00:00 2001 +From: MisterZtr +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 +