sm8450-common: Import proprietary files listing

Change-Id: I7d53b0acb56b101f909578e046553e48837867b3
This commit is contained in:
Arian 2024-01-20 14:24:42 +01:00
parent caac0ead3d
commit 2e2859f77e
3 changed files with 2174 additions and 0 deletions

View file

@ -197,6 +197,9 @@ BOARD_EXCLUDE_KERNEL_FROM_RECOVERY_IMAGE := true
# RIL
ENABLE_VENDOR_RIL_SERVICE := true
# Security patch level
VENDOR_SECURITY_PATCH := 2023-07-01
# Sepolicy
include device/qcom/sepolicy_vndr/SEPolicy.mk

View file

@ -60,6 +60,12 @@ fi
function blob_fixup() {
case "${1}" in
vendor/etc/init/init.embmssl_server.rc)
sed -i -n '/interface/!p' "${2}"
;;
vendor/etc/vintf/manifest/c2_manifest_vendor.xml)
sed -ni '/dolby/!p' "${2}"
;;
esac
}

File diff suppressed because it is too large Load diff