tzh
2024-08-15 d4a1bd480003f3e1a0590bc46fbcb24f05652ca7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file is used to define Android Mainline module for GO device
# Mainline module is a GMS requirement since Q
 
# Q mainline required modules
PRODUCT_PACKAGES += \
    GoogleExtServicesPrebuilt \
    ModuleMetadataGooglePrebuilt \
    GoogleModuleMetadataFrameworkOverlay \
    GooglePermissionControllerPrebuilt
 
# mainline network framework modules
PRODUCT_PACKAGES += \
    InProcessNetworkStack \
    PlatformCaptivePortalLogin \
    PlatformNetworkPermissionConfig
 
# mainline module overlay
PRODUCT_PACKAGES += \
    GoogleExtServicesConfigOverlay \
    GooglePermissionControllerFrameworkOverlay \
    GooglePermissionControllerOverlay