generic_no_telephony.mk revision d8141b26f7344432124cf19484d4023806a5673d
1#
2# Copyright (C) 2007 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 is a generic phone product that isn't specialized for a specific device.
18# It includes the base Android platform.
19
20PRODUCT_PACKAGES := \
21    Bluetooth \
22    Camera2 \
23    Gallery2 \
24    Music \
25    MusicFX \
26    OneTimeInitializer \
27    Provision \
28    SystemUI \
29    WallpaperCropper
30
31PRODUCT_PACKAGES += \
32    bcc \
33    clatd \
34    clatd.conf \
35    pppd \
36    screenrecord
37
38PRODUCT_PACKAGES += \
39    librs_jni \
40    libvideoeditor_jni \
41    libvideoeditor_core \
42    libvideoeditor_osal \
43    libvideoeditor_videofilters \
44    libvideoeditorplayer \
45
46PRODUCT_PACKAGES += \
47    audio.primary.default \
48    audio_policy.default \
49    local_time.default \
50    vibrator.default \
51    power.default
52
53PRODUCT_PACKAGES += \
54    local_time.default
55
56PRODUCT_COPY_FILES := \
57        frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
58
59PRODUCT_PROPERTY_OVERRIDES += \
60    ro.carrier=unknown
61
62$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
63$(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk)
64$(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk)
65$(call inherit-product-if-exists, external/google-fonts/coming-soon/fonts.mk)
66$(call inherit-product-if-exists, external/noto-fonts/fonts.mk)
67$(call inherit-product-if-exists, external/naver-fonts/fonts.mk)
68$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
69$(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
70$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
71
72# Overrides
73PRODUCT_BRAND := generic
74PRODUCT_DEVICE := generic
75PRODUCT_NAME := generic_no_telephony
76