[core] Slightly clean up scripts (#376)
This commit is contained in:
parent
39aa9952b5
commit
88f1f693c6
|
|
@ -73,7 +73,6 @@ extract "${ZIPFILE}" 'module.prop' "${MODPATH}"
|
||||||
extract "${ZIPFILE}" 'system.prop' "${MODPATH}"
|
extract "${ZIPFILE}" 'system.prop' "${MODPATH}"
|
||||||
extract "${ZIPFILE}" 'sepolicy.rule' "${MODPATH}"
|
extract "${ZIPFILE}" 'sepolicy.rule' "${MODPATH}"
|
||||||
extract "${ZIPFILE}" 'post-fs-data.sh' "${MODPATH}"
|
extract "${ZIPFILE}" 'post-fs-data.sh' "${MODPATH}"
|
||||||
#extract "${ZIPFILE}" 'service.sh' "${MODPATH}"
|
|
||||||
extract "${ZIPFILE}" 'uninstall.sh' "${MODPATH}"
|
extract "${ZIPFILE}" 'uninstall.sh' "${MODPATH}"
|
||||||
extract "${ZIPFILE}" 'framework/lspd.dex' "${MODPATH}"
|
extract "${ZIPFILE}" 'framework/lspd.dex' "${MODPATH}"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 <https://www.gnu.org/licenses/>.
|
|
||||||
#
|
|
||||||
# Copyright (C) 2020 EdXposed Contributors
|
|
||||||
# Copyright (C) 2021 LSPosed Contributors
|
|
||||||
#
|
|
||||||
|
|
||||||
MODDIR=${0%/*}
|
|
||||||
|
|
@ -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.dex2oat-flags=--inline-max-code-units=0
|
||||||
#dalvik.vm.image-dex2oat-flags=--inline-max-code-units=0 --compiler-filter=speed
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue