dre: Patch hotword sysconfig
Change-Id: I428f4299197cbe5379e9288dbc49ed9fe31e37c4
This commit is contained in:
parent
127623e395
commit
76d62af9ed
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ fi
|
||||||
|
|
||||||
function blob_fixup() {
|
function blob_fixup() {
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
|
product/etc/sysconfig/com.android.hotwordenrollment.common.util.xml)
|
||||||
|
sed -i "s/\/my_product/\/product/" "${2}"
|
||||||
|
;;
|
||||||
system_ext/lib64/libwfdnative.so)
|
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}"
|
sed -i "s/android.hidl.base@1.0.so/libhidlbase.so\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00/" "${2}"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue