generic_no_telephony.mk revision 2cebe0baed4c2cd8cecabe84e59483e10eb5a98f
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    bluetooth-health \
30    hostapd \
31    wpa_supplicant.conf \
32    WallpaperCropper
33
34PRODUCT_PACKAGES += \
35    audio \
36    clatd \
37    clatd.conf \
38    dhcpcd.conf \
39    network \
40    pand \
41    pppd \
42    sdptool \
43    wpa_supplicant
44
45PRODUCT_PACKAGES += \
46    librs_jni \
47    libvideoeditor_jni \
48    libvideoeditor_core \
49    libvideoeditor_osal \
50    libvideoeditor_videofilters \
51    libvideoeditorplayer \
52
53PRODUCT_PACKAGES += \
54    audio.primary.default \
55    audio_policy.default \
56    local_time.default \
57    power.default
58
59PRODUCT_PACKAGES += \
60    local_time.default
61
62PRODUCT_COPY_FILES := \
63        frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
64
65PRODUCT_PROPERTY_OVERRIDES += \
66    ro.carrier=unknown
67
68$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
69$(call inherit-product-if-exists, external/noto-fonts/fonts.mk)
70$(call inherit-product-if-exists, external/naver-fonts/fonts.mk)
71$(call inherit-product-if-exists, external/sil-fonts/fonts.mk)
72$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
73$(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
74$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
75
76# Overrides
77PRODUCT_BRAND := generic
78PRODUCT_DEVICE := generic
79PRODUCT_NAME := generic_no_telephony
80