diff options
author | razorloves <razorloves@gmail.com> | 2018-09-02 23:30:11 -0600 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-08-16 15:56:54 +0800 |
commit | 1b98bf819a64b61a17f34aa34cae6f8b3e601229 (patch) | |
tree | 715584de8c97574e4fac5573f537a7037921fb88 | |
parent | 985aec4fc1672f78517d21f7ab3a694319d99662 (diff) |
gs201: Set OPA property to enable google assistant
Change-Id: I741171219d64a28d56531f063f95f3f6f6cf81e6
-rw-r--r-- | ice_common.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ice_common.mk b/ice_common.mk index 9b70ee4a..6c4f1bae 100644 --- a/ice_common.mk +++ b/ice_common.mk @@ -6,3 +6,6 @@ # Overlays DEVICE_PACKAGE_OVERLAYS += device/google/gs201/overlay-ice + +# Google Assistant +PRODUCT_PRODUCT_PROPERTIES += ro.opa.eligible_device=true |