From 0eb17533ff3233e7b08a5b9ca2e98fc2ec69750d Mon Sep 17 00:00:00 2001 From: Alex Hong Date: Thu, 21 Jul 2022 12:24:10 +0800 Subject: [PATCH] [DO NOT MERGE] Use GmsCorePrebuilt y2022w28 for lynx devices Bug: 239681407 Change-Id: I198654fa109cc0674344b565fe7409f2d9bae7ca --- device-lynx.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device-lynx.mk b/device-lynx.mk index 286854f..ec845a1 100644 --- a/device-lynx.mk +++ b/device-lynx.mk @@ -199,3 +199,6 @@ PRODUCT_VENDOR_PROPERTIES += \ # Limit camera 1080P 60FPS binning mode to not rear main camera PRODUCT_VENDOR_PROPERTIES += \ persist.vendor.camera.1080P_60fps_binning_except_rear_main=true + +# Use GmsCorePrebuilt y2022w28 +USE_GMSCORE_PREBUILT_Y2022W28 := true