• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    BluetoothMidiService \
38    BookmarkProvider \
39    BuiltInPrintService \
40    CalendarProvider \
41    cameraserver \
42    CameraExtensionsProxy \
43    CaptivePortalLogin \
44    CertInstaller \
45    DocumentsUI \
46    DownloadProviderUi \
47    EasterEgg \
48    ExternalStorageProvider \
49    FusedLocation \
50    InputDevices \
51    KeyChain \
52    librs_jni \
53    ManagedProvisioning \
54    MmsService \
55    MtpService \
56    MusicFX \
57    NfcNci \
58    PacProcessor \
59    PrintRecommendationService \
60    PrintSpooler \
61    ProxyHandler \
62    screenrecord \
63    SecureElement \
64    SharedStorageBackup \
65    SimAppDialog \
66    Telecom \
67    TelephonyProvider \
68    TeleService \
69    Traceur \
70    UserDictionaryProvider \
71    VpnDialogs \
72    vr \
73
74
75PRODUCT_SYSTEM_SERVER_APPS += \
76    FusedLocation \
77    InputDevices \
78    KeyChain \
79    Telecom \
80
81PRODUCT_COPY_FILES += \
82    frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
83
84PRODUCT_VENDOR_PROPERTIES += \
85    ro.carrier?=unknown \
86    ro.config.notification_sound?=OnTheHunt.ogg \
87    ro.config.alarm_alert?=Alarm_Classic.ogg
88