sm8250-common: Move moto-telephony.jar to system_ext and remove unused moto jar

* moto-telephony.jar is a dependence of ims.apk and thus should locate
   in system_ext as well.
 * The rest jars are not needed as far as I observe.

Change-Id: I0711c0178906293179998eae70663de7b09a4a77
This commit is contained in:
dianlujitao 2021-12-23 15:10:00 +08:00 committed by SGCMarkus
parent 05119776b8
commit e51b238a4f
2 changed files with 11 additions and 8 deletions

View File

@ -58,6 +58,14 @@ if [ -z "${SRC}" ]; then
SRC="adb" SRC="adb"
fi fi
function blob_fixup() {
case "${1}" in
system_ext/etc/permissions/moto-telephony.xml)
sed -i "s#/system/#/system_ext/#" "${2}"
;;
esac
}
if [ -z "${ONLY_TARGET}" ]; then if [ -z "${ONLY_TARGET}" ]; then
# Initialize the helper for common device # Initialize the helper for common device
setup_vendor "${DEVICE_COMMON}" "${VENDOR}" "${ANDROID_ROOT}" true "${CLEAN_VENDOR}" setup_vendor "${DEVICE_COMMON}" "${VENDOR}" "${ANDROID_ROOT}" true "${CLEAN_VENDOR}"

View File

@ -808,14 +808,9 @@ vendor/radio/qcril_database/upgrade/7_version_qcrildb.sql
vendor/radio/qcril_database/upgrade/8_version_qcrildb.sql vendor/radio/qcril_database/upgrade/8_version_qcrildb.sql
vendor/radio/qcril_database/upgrade/9_version_qcrildb.sql vendor/radio/qcril_database/upgrade/9_version_qcrildb.sql
# Telephony - qti-telephony-common # Telephony - Moto
etc/permissions/moto-ims-ext.xml etc/permissions/moto-telephony.xml:system_ext/etc/permissions/moto-telephony.xml
etc/permissions/moto-settings.xml framework/moto-telephony.jar:system_ext/framework/moto-telephony.jar
etc/permissions/moto-telephony.xml
framework/moto-ims-ext.jar
framework/moto-settings.jar
framework/moto-telephony.jar
system_ext/framework/qcom-moto-ims-ext.jar
# RIL - IMS # RIL - IMS
-system_ext/priv-app/ims/ims.apk -system_ext/priv-app/ims/ims.apk