mirror of
https://github.com/Evolution-X-Devices/device_motorola_sm8550-common
synced 2026-01-27 15:09:37 +00:00
sm8550-common: Add carriersettings extract utils hooks
Change-Id: I627b54471d1d6091625d241cfd08c70431794445
This commit is contained in:
committed by
SGCMarkus
parent
59146f3dc4
commit
83aafdecee
@@ -85,6 +85,9 @@ if [ -z "${ONLY_COMMON}" ] && [ -s "${MY_DIR}/../${DEVICE}/proprietary-files.txt
|
||||
setup_vendor "${DEVICE}" "${VENDOR}" "${ANDROID_ROOT}" false "${CLEAN_VENDOR}"
|
||||
|
||||
extract "${MY_DIR}/../${DEVICE}/proprietary-files.txt" "${SRC}" "${KANG}" --section "${SECTION}"
|
||||
extract "${MY_DIR}/../${DEVICE}/proprietary-files-carriersettings.txt" "${SRC}" "${KANG}" --section "${SECTION}"
|
||||
|
||||
extract_carriersettings
|
||||
fi
|
||||
|
||||
"${MY_DIR}/setup-makefiles.sh"
|
||||
|
||||
@@ -43,6 +43,9 @@ if [ -s "${MY_DIR}/../${DEVICE}/proprietary-files.txt" ]; then
|
||||
# The standard device blobs
|
||||
write_makefiles "${MY_DIR}/../${DEVICE}/proprietary-files.txt" true
|
||||
|
||||
write_rro_package "CarrierConfigOverlay" "com.android.carrierconfig" product
|
||||
write_single_product_packages "CarrierConfigOverlay"
|
||||
|
||||
# Finish
|
||||
write_footers
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user