sdm710-common: rootdir: Do not try to install prebuilt apps

We do not have AdrenoTest.apk or SWE_Browser.apk so it does not make
sense to try to install them.

Change-Id: I0615e2e50526f960d5a6c221798ab5ebd1162d7b
This commit is contained in:
Ivan Vecera 2024-01-18 14:56:28 +01:00 committed by CakesTwix
parent 16ac982064
commit 6552a4f8b7
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825

View file

@ -5127,20 +5127,6 @@ case "$target" in
;; ;;
esac 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 # Change adj level and min_free_kbytes setting for lowmemory killer to kick in
case "$target" in case "$target" in
"msm8660") "msm8660")