diff options
author | razorloves <razorloves@gmail.com> | 2018-09-02 23:30:11 -0600 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2024-01-02 00:52:16 +0800 |
commit | 01606b22f9c7a56d32307ebbbb8e30a905810f19 (patch) | |
tree | 5e092591e92a2de138cb74584e225434a3ae744c | |
parent | 204d94bcfabc25b6481e2c64bde572545ab8032e (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 |