Skip to content

Commit

Permalink
polaris: Update hotword blobs to fix OK Google trigger on firmware 9.…
Browse files Browse the repository at this point in the history
…11.7
  • Loading branch information
jjpprrrr committed Dec 26, 2019
1 parent d44bd3e commit a6e7f3b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,26 @@ soong_namespace {
}

android_app_import {
name: "HotwordEnrollmentOKGoogleWCD9340",
name: "HotwordEnrollmentOKGoogleHEXAGON",
owner: "xiaomi",
apk: "proprietary/priv-app/HotwordEnrollmentOKGoogleWCD9340/HotwordEnrollmentOKGoogleWCD9340.apk",
apk: "proprietary/product/priv-app/HotwordEnrollmentOKGoogleHEXAGON/HotwordEnrollmentOKGoogleHEXAGON.apk",
presigned: true,
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
}

android_app_import {
name: "HotwordEnrollmentXGoogleWCD9340",
name: "HotwordEnrollmentXGoogleHEXAGON",
owner: "xiaomi",
apk: "proprietary/priv-app/HotwordEnrollmentXGoogleWCD9340/HotwordEnrollmentXGoogleWCD9340.apk",
apk: "proprietary/product/priv-app/HotwordEnrollmentXGoogleHEXAGON/HotwordEnrollmentXGoogleHEXAGON.apk",
presigned: true,
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
}

4 changes: 2 additions & 2 deletions polaris-vendor.mk
Original file line number Diff line number Diff line change
Expand Up @@ -369,5 +369,5 @@ PRODUCT_COPY_FILES += \
vendor/xiaomi/polaris/proprietary/vendor/lib64/vendor.qti.hardware.wifi.keystore@1.0.so:$(TARGET_COPY_OUT_VENDOR)/lib64/vendor.qti.hardware.wifi.keystore@1.0.so

PRODUCT_PACKAGES += \
HotwordEnrollmentOKGoogleWCD9340 \
HotwordEnrollmentXGoogleWCD9340
HotwordEnrollmentOKGoogleHEXAGON \
HotwordEnrollmentXGoogleHEXAGON
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit a6e7f3b

Please sign in to comment.