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

144 lines
3.5 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-Stub \
Chrome \
DevicePolicyPrebuilt \
GeminiPrebuilt \
GoogleContacts \
GoogleKeepPrebuilt \
GoogleTTS \
LatinIMEGooglePrebuilt2023Tablet \
LocationHistoryPrebuilt \
MarkupGoogle \
NgaResources \
Photos \
PixelThemesStub \
PixelThemesStub2022_and_newer \
PixelWallpapers2023Tablet \
PlayAutoInstallConfig \
PlayBooksPrebuilt \
PrebuiltDeskClockGoogle \
SafetyHubHideApps \
SoundAmplifierPrebuilt \
SoundPickerPrebuilt \
TrichromeLibrary-Stub \
TrichromeLibrary \
VoiceAccessPrebuilt \
WallpaperEmojiPrebuilt \
WebViewGoogle-Stub \
WebViewGoogle \
arcore \
talkback
# product/priv-app
PRODUCT_PACKAGES += \
AICorePrebuilt \
AiWallpapers \
AmbientStreaming \
AndroidMediaShell \
BetterBugStub \
CarrierLocation \
CarrierMetrics \
CastAuthPrebuilt \
CbrsNetworkMonitor \
ConfigUpdater \
DeviceIntelligenceNetworkPrebuilt \
DevicePersonalizationPrebuiltPixelTablet2023 \
DockManagerPrebuilt \
FilesPrebuilt \
GCS \
GoogleHomePrebuilt \
GoogleOneTimeInitializer \
GoogleRestorePrebuilt \
KidsHomePrebuilt \
KidsSupervisionStub \
MaestroPrebuilt \
OdadPrebuilt \
PartnerSetupPrebuilt \
Phonesky \
PixelLiveWallpaperPrebuilt \
PrebuiltBugle \
RecorderPrebuilt \
SCONE \
ScribePrebuilt \
SettingsIntelligenceGooglePrebuilt \
SetupWizardPrebuilt \
SmartDisplayPrebuilt \
TipsPrebuilt \
TurboPrebuilt \
Velvet \
WallpaperEffect \
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 += \
DockSetup \
GoogleFeedback \
GoogleServicesFramework \
NexusLauncherRelease \
PixelSetupWizard \
QuickAccessWallet \
StorageManagerGoogle \
TurboAdapter \
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)