vendor_gms/gms_mini.mk
2024-06-22 14:43:18 +10:00

121 lines
3 KiB
Makefile

#
# Copyright (C) 2024 Evolution X
#
# 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.
#
#
# Quick Tap
PRODUCT_PACKAGES += \
quick_tap
# product/app
PRODUCT_PACKAGES += \
CalculatorGooglePrebuilt \
CalendarGooglePrebuilt \
Chrome \
Chrome-Stub \
GeminiPrebuilt \
GoogleContacts \
GoogleTTS \
LatinIMEGooglePrebuilt \
LocationHistoryPrebuilt \
MarkupGoogle \
PixelThemesStub \
PixelThemesStub2022_and_newer \
PlayAutoInstallConfig \
PrebuiltBugle \
PrebuiltDeskClockGoogle \
SoundPickerPrebuilt \
TrichromeLibrary \
TrichromeLibrary-Stub \
WebViewGoogle-Stub \
WallpaperEmojiPrebuilt \
WebViewGoogle \
arcore \
talkback
# product/priv-app
PRODUCT_PACKAGES += \
AICorePrebuilt \
AiWallpapers \
AndroidAutoStubPrebuilt \
BetterBugStub \
CarrierLocation \
ConfigUpdater \
DeviceIntelligenceNetworkPrebuilt \
DevicePersonalizationPrebuiltPixel2022 \
FilesPrebuilt \
GCS \
GoogleDialer \
GoogleOneTimeInitializer \
GoogleRestorePrebuilt \
HealthIntelligenceStubPrebuilt \
KidsSupervisionStub \
MaestroPrebuilt \
OdadPrebuilt \
PartnerSetupPrebuilt \
Phonesky \
SafetyHubPrebuilt \
SettingsIntelligenceGooglePrebuilt \
SetupWizardPrebuilt \
TurboPrebuilt \
Velvet \
WellbeingPrebuilt
# system/app
PRODUCT_PACKAGES += \
GoogleExtShared \
GooglePrintRecommendationService
# system/priv-app
PRODUCT_PACKAGES += \
DocumentsUIGoogle \
TagGoogle
# system_ext/app
PRODUCT_PACKAGES += \
EmergencyInfoGoogleNoUi \
Flipendo
# system_ext/priv-app
PRODUCT_PACKAGES += \
GoogleFeedback \
GoogleServicesFramework \
NexusLauncherRelease \
PixelSetupWizard \
QuickAccessWallet \
WallpaperPickerGoogleRelease
# PrebuiltGmsCore
PRODUCT_PACKAGES += \
PrebuiltGmsCoreSc \
PrebuiltGmsCoreSc_AdsDynamite \
PrebuiltGmsCoreSc_CronetDynamite \
PrebuiltGmsCoreSc_DynamiteLoader \
PrebuiltGmsCoreSc_DynamiteModulesA \
PrebuiltGmsCoreSc_DynamiteModulesC \
PrebuiltGmsCoreSc_GoogleCertificates \
PrebuiltGmsCoreSc_MapsDynamite \
PrebuiltGmsCoreSc_MeasurementDynamite \
AndroidPlatformServices \
MlkitBarcodeUIPrebuilt \
VisionBarcodePrebuilt
# Safety Information
#PRODUCT_PACKAGES += \
# SafetyRegulatoryInfo
$(call inherit-product, vendor/gms/product/blobs/product_blobs.mk)
$(call inherit-product, vendor/gms/system/blobs/system_blobs.mk)
$(call inherit-product, vendor/gms/system_ext/blobs/system-ext_blobs.mk)