huangcm
2024-09-30 df6679f4a364cf78b2a2ebeceecb7f62994725e2
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
# This file is used to define Android Mainline module  to be used
# Mainline module is a GMS requirement since Q
 
# Q mainline required modules
PRODUCT_PACKAGES += \
    GoogleANGLEPrebuilt \
    GoogleDocumentsUIPrebuilt \
    GoogleExtServicesPrebuilt \
    ModuleMetadataGooglePrebuilt \
    GoogleModuleMetadataFrameworkOverlay \
    GooglePermissionControllerPrebuilt
 
# Q mainline strongly recommended modules
#PRODUCT_PACKAGES += \
    GoogleCaptivePortalLogin \
    GoogleNetworkStack \
    GoogleNetworkPermissionConfig \
    com.android.conscrypt \
    com.android.resolv
 
# mainline network framework modules
PRODUCT_PACKAGES += \
    InProcessNetworkStack \
    PlatformCaptivePortalLogin \
    PlatformNetworkPermissionConfig
 
# mainline module overlay
PRODUCT_PACKAGES += \
    GoogleExtServicesConfigOverlay \
    GooglePermissionControllerFrameworkOverlay \
    GooglePermissionControllerOverlay
 
PRODUCT_PROPERTY_OVERRIDES += \
    ro.apex.updatable=true