forked from ADeadTrousers/android_device_Unihertz_Atom_LXL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gapps_prop.mk
38 lines (35 loc) · 935 Bytes
/
gapps_prop.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
#
# Copyright (C) 2020 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# GAPPS settings
# For examples see https://github.com/opengapps/aosp_build
# Here I only used the lowest set of apps including all overwrites according to "super" to save space
GAPPS_VARIANT := pico
GAPPS_FORCE_PACKAGE_OVERRIDES := true
GAPPS_FORCE_PIXEL_LAUNCHER := true
# Workaround for now to get Velvet (Google QuickSearch) to work
DONT_UNCOMPRESS_PRIV_APPS_DEXS := true
GAPPS_PRODUCT_PACKAGES += \
CalculatorGoogle \
CalendarGooglePrebuilt \
GoogleCamera \
CarrierServices \
Chrome \
PrebuiltDeskClockGoogle \
GoogleContacts \
GoogleDialer \
PrebuiltExchange3Google \
PrebuiltGmail \
LatinImeGoogle \
Maps \
PrebuiltBugle \
PixelLauncher \
Photos \
GooglePrintRecommendationService \
Velvet \
StorageManagerGoogle \
TagGoogle \
Wallpapers \
WebViewGoogle