-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.mk
94 lines (83 loc) · 2.92 KB
/
config.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
#
# Copyright (C) 2021
#
# Licensed under the Apache License, Version 2.0 (the License);
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an AS IS BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#
# product/app
PRODUCT_PACKAGES += \
GoogleContacts \
GoogleContactsSyncAdapter \
LocationHistoryPrebuilt \
MarkupGoogle
# product/priv-app
PRODUCT_PACKAGES += \
AndroidMigratePrebuilt \
ConfigUpdater \
GoogleOneTimeInitializer \
PartnerSetupPrebuilt \
Phonesky \
SetupWizardPrebuilt
# system/app
PRODUCT_PACKAGES += \
CaptivePortalLoginGoogle \
GoogleExtShared
# system_ext/priv-app
PRODUCT_PACKAGES += \
CarrierSetup \
GoogleFeedback \
GoogleOneTimeInitializer \
GoogleServicesFramework \
PixelSetupWizard
# PrebuiltGmsCore
PRODUCT_PACKAGES += \
PrebuiltGmsCoreRvc \
PrebuiltGmsCoreRvc_AdsDynamite \
PrebuiltGmsCoreRvc_CronetDynamite \
PrebuiltGmsCoreRvc_DynamiteLoader \
PrebuiltGmsCoreRvc_DynamiteModulesA \
PrebuiltGmsCoreRvc_DynamiteModulesC \
PrebuiltGmsCoreRvc_GoogleCertificates \
PrebuiltGmsCoreRvc_MapsDynamite \
PrebuiltGmsCoreRvc_MeasurementDynamite \
AndroidPlatformServices
PRODUCT_PACKAGES += \
libprotobuf-cpp-full \
librsjni
# System whitelist
PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
system/app/GoogleExtShared/GoogleExtShared.apk \
system/etc/permissions/privapp-permissions-google.xml
# Include overlays
PRODUCT_PACKAGE_OVERLAYS += \
vendor/gapps/overlay/
$(call inherit-product, vendor/gapps/product/blobs/product_blobs.mk)
$(call inherit-product, vendor/gapps/system/blobs/system_blobs.mk)
$(call inherit-product, vendor/gapps/system_ext/blobs/system-ext_blobs.mk)
# SetupWizard configuration
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
ro.setupwizard.enterprise_mode=1 \
ro.setupwizard.esim_cid_ignore=00000001 \
ro.setupwizard.rotation_locked=true \
setupwizard.enable_assist_gesture_training=true \
setupwizard.feature.baseline_setupwizard_enabled=true \
setupwizard.feature.device_default_dark_mode=true \
setupwizard.feature.show_pai_screen_in_main_flow.carrier1839=false \
setupwizard.feature.show_pixel_tos=true \
setupwizard.feature.skip_button_use_mobile_data.carrier1839=true \
setupwizard.theme=glif_v3_light
# Google Play services configuration
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
ro.com.google.clientidbase=android-google \
ro.error.receiver.system.apps=com.google.android.gms \
ro.atrace.core.services=com.google.android.gms,com.google.android.gms.ui,com.google.android.gms.persistent