Bharath | 9b8f1d8 | 2024-04-04 22:56:50 +0530 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2024 SHIFT GmbH |
| 3 | # |
| 4 | # SPDX-License-Identifier: Apache-2.0 |
| 5 | # |
| 6 | |
Bharath | a4bc5c2 | 2024-04-05 15:47:47 +0530 | [diff] [blame^] | 7 | # GMS |
| 8 | ifeq ($(SHIFT_BUILD_WITH_GMS),true) |
| 9 | # Set Google client ID as required for the approval process |
| 10 | PRODUCT_SYSTEM_PROPERTIES += \ |
| 11 | ro.com.google.clientidbase=android-uniscope |
Bharath | 9b8f1d8 | 2024-04-04 22:56:50 +0530 | [diff] [blame] | 12 | |
Bharath | a4bc5c2 | 2024-04-05 15:47:47 +0530 | [diff] [blame^] | 13 | # GMS components |
| 14 | $(call inherit-product, vendor/partner_gms/products/gms_eea_v2_type4c.mk) |
| 15 | |
| 16 | # Add Mainline packages (GPSU). |
| 17 | $(call inherit-product, vendor/partner_modules/build/mainline_modules.mk) |
| 18 | endif |