From 88f1f693c6fbb1ce80cfdcf5b098a90da83048b5 Mon Sep 17 00:00:00 2001 From: Wang Han Date: Fri, 19 Mar 2021 21:55:08 +0800 Subject: [PATCH] [core] Slightly clean up scripts (#376) --- core/template_override/customize.sh | 1 - core/template_override/service.sh | 23 ----------------------- core/template_override/system.prop | 3 --- 3 files changed, 27 deletions(-) delete mode 100644 core/template_override/service.sh diff --git a/core/template_override/customize.sh b/core/template_override/customize.sh index cbe2bad2..bf9abd82 100644 --- a/core/template_override/customize.sh +++ b/core/template_override/customize.sh @@ -73,7 +73,6 @@ extract "${ZIPFILE}" 'module.prop' "${MODPATH}" extract "${ZIPFILE}" 'system.prop' "${MODPATH}" extract "${ZIPFILE}" 'sepolicy.rule' "${MODPATH}" extract "${ZIPFILE}" 'post-fs-data.sh' "${MODPATH}" -#extract "${ZIPFILE}" 'service.sh' "${MODPATH}" extract "${ZIPFILE}" 'uninstall.sh' "${MODPATH}" extract "${ZIPFILE}" 'framework/lspd.dex' "${MODPATH}" diff --git a/core/template_override/service.sh b/core/template_override/service.sh deleted file mode 100644 index eb953593..00000000 --- a/core/template_override/service.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/system/bin/sh - -# -# This file is part of LSPosed. -# -# LSPosed is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# LSPosed is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with LSPosed. If not, see . -# -# Copyright (C) 2020 EdXposed Contributors -# Copyright (C) 2021 LSPosed Contributors -# - -MODDIR=${0%/*} diff --git a/core/template_override/system.prop b/core/template_override/system.prop index 0735313f..64184152 100644 --- a/core/template_override/system.prop +++ b/core/template_override/system.prop @@ -1,4 +1 @@ -# TODO ensure quicken is not essential -#dalvik.vm.dex2oat-filter=quicken dalvik.vm.dex2oat-flags=--inline-max-code-units=0 -#dalvik.vm.image-dex2oat-flags=--inline-max-code-units=0 --compiler-filter=speed