1# 2# Copyright (C) 2018 The Android Open Source Project 3# 4# Licensed under the Apache License, Version 2.0 (the "License"); 5# you may not use this file except in compliance with the License. 6# You may obtain a copy of the License at 7# 8# http://www.apache.org/licenses/LICENSE-2.0 9# 10# Unless required by applicable law or agreed to in writing, software 11# distributed under the License is distributed on an "AS IS" BASIS, 12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13# See the License for the specific language governing permissions and 14# limitations under the License. 15# 16 17# This makefile contains the system partition contents for 18# a generic phone or tablet device. Only add something here if 19# it definitely doesn't belong on other types of devices (if it 20# does, use base_vendor.mk). 21$(call inherit-product, $(SRC_TARGET_DIR)/product/media_system.mk) 22$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) 23$(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk) 24$(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk) 25$(call inherit-product-if-exists, external/google-fonts/coming-soon/fonts.mk) 26$(call inherit-product-if-exists, external/google-fonts/cutive-mono/fonts.mk) 27$(call inherit-product-if-exists, external/google-fonts/source-sans-pro/fonts.mk) 28$(call inherit-product-if-exists, external/noto-fonts/fonts.mk) 29$(call inherit-product-if-exists, external/roboto-fonts/fonts.mk) 30$(call inherit-product-if-exists, external/hyphenation-patterns/patterns.mk) 31$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk) 32$(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk) 33 34PRODUCT_PACKAGES += \ 35 BasicDreams \ 36 BlockedNumberProvider \ 37 Bluetooth \ 38 BluetoothMidiService \ 39 BookmarkProvider \ 40 BuiltInPrintService \ 41 CalendarProvider \ 42 cameraserver \ 43 CaptivePortalLogin \ 44 CertInstaller \ 45 clatd \ 46 clatd.conf \ 47 DocumentsUI \ 48 DownloadProviderUi \ 49 EasterEgg \ 50 ExternalStorageProvider \ 51 FusedLocation \ 52 InputDevices \ 53 KeyChain \ 54 librs_jni \ 55 ManagedProvisioning \ 56 MmsService \ 57 MtpDocumentsProvider \ 58 MusicFX \ 59 NfcNci \ 60 OsuLogin \ 61 PacProcessor \ 62 PrintRecommendationService \ 63 PrintSpooler \ 64 ProxyHandler \ 65 screenrecord \ 66 SecureElement \ 67 SharedStorageBackup \ 68 SimAppDialog \ 69 Telecom \ 70 TelephonyProvider \ 71 TeleService \ 72 Traceur \ 73 UserDictionaryProvider \ 74 VpnDialogs \ 75 vr \ 76 77 78PRODUCT_SYSTEM_SERVER_APPS += \ 79 FusedLocation \ 80 InputDevices \ 81 KeyChain \ 82 Telecom \ 83 84PRODUCT_COPY_FILES += \ 85 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf 86 87PRODUCT_PROPERTY_OVERRIDES += \ 88 ro.carrier=unknown \ 89 ro.config.notification_sound=OnTheHunt.ogg \ 90 ro.config.alarm_alert=Alarm_Classic.ogg 91