Remove system/core patches
authorLuK1337 <priv.luk@gmail.com>
Wed, 29 Mar 2017 11:01:08 +0000 (13:01 +0200)
committerLuK1337 <priv.luk@gmail.com>
Wed, 29 Mar 2017 11:01:08 +0000 (13:01 +0200)
* As seen here : https://github.com/SubstratumResources/platform_system_core/commit/5725e63

patch.sh
patches/system/core/0001-Create-theme-extras-directory.patch [deleted file]

index 155565561aa16548b3fce0afbbb272662dd572f7..c9b0f9310222386fa6f1bddd5c3b932962101812 100755 (executable)
--- 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 (file)
index d5c9e6d..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-From 3ce2b97222bd612e3fec28fded4f8161d7d39394 Mon Sep 17 00:00:00 2001
-From: bigrushdog <randall.rushing@gmail.com>
-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
-