opengapps/aosp_build

Add option to enable Google Assistant during AOSP build?

Closed this issue · 3 comments

I have been trying to get Google Assistant from OpenGapps during AOSP build and there seems to be no options. Is this implemented in the aosp_build system for OpenGApps?

@Blystad it would require adding a trivial value to build.prop to enable this

for reference, see https://github.com/opengapps/opengapps/blob/master/scripts/inc.installer.sh#L2276 .

we could add the following to opengapps-packages.mk:

PRODUCT_PROPERTY_OVERRIDES += \
    ro.opa.eligible_device=true

@jamuir @mfonville ro.opa.eligible_device=true works tested for a while on all sony aosp devices