diff --git a/extract-files.sh b/extract-files.sh index 0949ece..3bf66c5 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -102,6 +102,10 @@ function blob_fixup() { [ "$2" = "" ] && return 0 grep -q "gettid: 1" "${2}" || echo "gettid: 1" >> "${2}" ;; + vendor/etc/seccomp_policy/c2audio.vendor.ext-arm64.policy) + [ "$2" = "" ] && return 0 + grep -q "setsockopt: 1" "${2}" || echo "setsockopt: 1" >> "${2}" + ;; vendor/etc/vintf/manifest/c2_manifest_vendor.xml) [ "$2" = "" ] && return 0 sed -i '/dolby/d' "${2}"