gs201: Build with 64-bit only GMS if WITH_GMS

* We are 64-bit only and therefore need this config selected.

Change-Id: Ifa31c29bad479f3a54859f51f2ce7a72b29895fa
This commit is contained in:
Nolen Johnson
2024-01-08 01:58:20 -05:00
parent a94238c410
commit 015c0ed681

View File

@@ -16,6 +16,11 @@ PRODUCT_PRODUCT_PROPERTIES += \
ro.vendor.camera.extensions.package=com.google.android.apps.camera.services \
ro.vendor.camera.extensions.service=com.google.android.apps.camera.services.extensions.service.PixelExtensions
# GMS
ifeq ($(WITH_GMS),true)
GMS_MAKEFILE=gms_64bit_only.mk
endif
# Google Assistant
PRODUCT_PRODUCT_PROPERTIES += ro.opa.eligible_device=true