lin
2025-08-20 171e08343a9b6df6c31197f5b4800e8004800f5b
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