From 8c7b7a78c2d6c801d5ef90c49a3e079b39b3d5df Mon Sep 17 00:00:00 2001 From: Arian Date: Sun, 21 Nov 2021 15:33:12 +0100 Subject: [PATCH] sdm660-common: rootdir: Don't install test apps Change-Id: I642691c52afa777eeed50a280574dcfba0eae155 Signed-off-by: pix106 --- rootdir/bin/init.qcom.post_boot.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/rootdir/bin/init.qcom.post_boot.sh b/rootdir/bin/init.qcom.post_boot.sh index 5fb26177..9f3ea7f8 100644 --- a/rootdir/bin/init.qcom.post_boot.sh +++ b/rootdir/bin/init.qcom.post_boot.sh @@ -5812,20 +5812,6 @@ case "$target" in ;; esac -# Install AdrenoTest.apk if not already installed -if [ -f /data/prebuilt/AdrenoTest.apk ]; then - if [ ! -d /data/data/com.qualcomm.adrenotest ]; then - pm install /data/prebuilt/AdrenoTest.apk - fi -fi - -# Install SWE_Browser.apk if not already installed -if [ -f /data/prebuilt/SWE_AndroidBrowser.apk ]; then - if [ ! -d /data/data/com.android.swe.browser ]; then - pm install /data/prebuilt/SWE_AndroidBrowser.apk - fi -fi - # Change adj level and min_free_kbytes setting for lowmemory killer to kick in case "$target" in "msm8660")