sm8550-common: Add Codec2 software service to Codec2 HAL interface
Cmdline: media.hwcodec /vendor.qti.media.c2@1.0-service 3361 F DEBUG : pid: 3361, tid: 3361, name: vendor.qti.medi >>> media.hwcodec <<< 3361 F DEBUG : uid: 1046 3361 F DEBUG : tagged_addr_ctrl: 0000000000000001 (PR_TAGGED_ADDR_ENABLE) 3361 F DEBUG : pac_enabled_keys: 000000000000000f (PR_PAC_APIAKEY, PR_PAC_APIBKEY, PR_PAC_APDAKEY, PR_PAC_APDBKEY) 3361 F DEBUG : signal 0 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr -------- 3361 F DEBUG : x0 0000000000000000 x1 00000077dbb62f00 x2 00000077dbb6dc98 x3 4c4d410100000000 3361 F DEBUG : x4 00000077da9a7900 x5 0000000001414d4c x6 0000000001414d4c x7 00000077da8cf004 3361 F DEBUG : x8 0000000000000001 x9 0000000000000d21 x10 0000000000000d21 x11 0000000000000000 3361 F DEBUG : x12 2064616f6c6e750e x13 00f022e2114c8a7e x14 00000077da605840 x15 00000000000000c3 3361 F DEBUG : x16 0000000000000001 x17 00000077dbb2f040 x18 00000077db0aa000 x19 b4000077414267b8 3361 F DEBUG : x20 b40000760142bb70 x21 00000077da8a0000 x22 b4000077414267b8 x23 000000753ec3751c 3361 F DEBUG : x24 00000077d9b88000 x25 0000000000007f20 x26 000000000000060f x27 000000000000054c 3361 F DEBUG : x28 0000000000007000 x29 0000007fced48170 3361 F DEBUG : lr 000000753ec3ae34 sp 0000007fced48160 pc 000000753ec3ae34 pst 0000000080001000 3361 F DEBUG : 1 total frames Change-Id: I6babac8f4ec0489f8bd5855b4e00bf64a20dd899
This commit is contained in:
@@ -63,6 +63,9 @@ function blob_fixup() {
|
|||||||
vendor/bin/hw/android.hardware.security.keymint-service)
|
vendor/bin/hw/android.hardware.security.keymint-service)
|
||||||
grep -q "android.hardware.security.rkp-V3-ndk.so" "${2}" || ${PATCHELF} --add-needed "android.hardware.security.rkp-V3-ndk.so" "${2}"
|
grep -q "android.hardware.security.rkp-V3-ndk.so" "${2}" || ${PATCHELF} --add-needed "android.hardware.security.rkp-V3-ndk.so" "${2}"
|
||||||
;;
|
;;
|
||||||
|
vendor/etc/vintf/manifest/sec_c2_manifest_default0_1_0.xml)
|
||||||
|
sed -i 's/default0/software/g' "${2}"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user