From 19b60f04ef98380ed2e630822934d2bc4f63142f Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Wed, 29 Mar 2017 13:01:08 +0200 Subject: [PATCH] Remove system/core patches * As seen here : https://github.com/SubstratumResources/platform_system_core/commit/5725e63 --- patch.sh | 1 - .../0001-Create-theme-extras-directory.patch | 30 ------------------- 2 files changed, 31 deletions(-) delete mode 100644 patches/system/core/0001-Create-theme-extras-directory.patch diff --git a/patch.sh b/patch.sh index 1555655..c9b0f93 100755 --- a/patch.sh +++ b/patch.sh @@ -10,7 +10,6 @@ REPOSITORIES=( 'packages/apps/PackageInstaller' 'packages/apps/PhoneCommon' 'packages/apps/Settings' - 'system/core' 'system/sepolicy' 'vendor/cm' ) diff --git a/patches/system/core/0001-Create-theme-extras-directory.patch b/patches/system/core/0001-Create-theme-extras-directory.patch deleted file mode 100644 index d5c9e6d..0000000 --- a/patches/system/core/0001-Create-theme-extras-directory.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 3ce2b97222bd612e3fec28fded4f8161d7d39394 Mon Sep 17 00:00:00 2001 -From: bigrushdog -Date: Mon, 9 Jan 2017 01:55:29 -0800 -Subject: [PATCH] Create "theme extras" directory - -This creates /data/system/theme in init.rc. Historically, this -was done in ThemeService in CMTE. However, in a OMS/Subs -environment, OverlayManagerService is strictly dedicated to -handling overlays and nothing more. - -Change-Id: I775e41310019695c4db82ccc9916dd14c8f690cd ---- - rootdir/init.rc | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/rootdir/init.rc b/rootdir/init.rc -index c146ccf33..b76c0cc91 100644 ---- a/rootdir/init.rc -+++ b/rootdir/init.rc -@@ -467,6 +467,7 @@ on post-fs-data - mkdir /data/system 0775 system system - mkdir /data/system/heapdump 0700 system system - mkdir /data/system/users 0775 system system -+ mkdir /data/system/theme 0755 system system - - mkdir /data/system_de 0770 system system - mkdir /data/system_ce 0770 system system --- -2.11.1 - -- 2.20.1