mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 19:18:35 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user