OSDN Git Service

Update security string to 2015-12-01 - DO NOT MERGE am: 6575d4a2a8
[android-x86/build.git] / target / product / generic_no_telephony.mk
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
20 PRODUCT_PACKAGES := \
21     Bluetooth \
22     Camera2 \
23     Gallery2 \
24     Music \
25     MusicFX \
26     OneTimeInitializer \
27     Provision \
28     SystemUI \
29     WallpaperCropper
30
31 PRODUCT_PACKAGES += \
32     clatd \
33     clatd.conf \
34     pppd \
35     screenrecord
36
37 PRODUCT_PACKAGES += \
38     librs_jni \
39     libvideoeditor_jni \
40     libvideoeditor_core \
41     libvideoeditor_osal \
42     libvideoeditor_videofilters \
43     libvideoeditorplayer \
44
45 PRODUCT_PACKAGES += \
46     audio.primary.default \
47     audio_policy.default \
48     local_time.default \
49     vibrator.default \
50     power.default
51
52 PRODUCT_COPY_FILES := \
53         frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
54
55 PRODUCT_PROPERTY_OVERRIDES += \
56     ro.carrier=unknown
57
58 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
59 $(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk)
60 $(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk)
61 $(call inherit-product-if-exists, external/google-fonts/coming-soon/fonts.mk)
62 $(call inherit-product-if-exists, external/google-fonts/cutive-mono/fonts.mk)
63 $(call inherit-product-if-exists, external/lohit-fonts/fonts.mk)
64 $(call inherit-product-if-exists, external/noto-fonts/fonts.mk)
65 $(call inherit-product-if-exists, external/naver-fonts/fonts.mk)
66 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
67 $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
68 $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
69
70 # Overrides
71 PRODUCT_BRAND := generic
72 PRODUCT_DEVICE := generic
73 PRODUCT_NAME := generic_no_telephony