dre: Patch hotword sysconfig

Change-Id: I428f4299197cbe5379e9288dbc49ed9fe31e37c4
This commit is contained in:
Albert Tang 2023-03-28 09:09:04 -05:00
parent 127623e395
commit 76d62af9ed

View file

@ -55,6 +55,9 @@ fi
function blob_fixup() {
case "${1}" in
product/etc/sysconfig/com.android.hotwordenrollment.common.util.xml)
sed -i "s/\/my_product/\/product/" "${2}"
;;
system_ext/lib64/libwfdnative.so)
sed -i "s/android.hidl.base@1.0.so/libhidlbase.so\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00/" "${2}"
;;