2010-09-22 07:08:26 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2007 The Android Open Source Project
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
#
|
|
|
|
|
|
|
|
# This is a generic phone product that isn't specialized for a specific device.
|
|
|
|
# It includes the base Android platform.
|
|
|
|
|
|
|
|
PRODUCT_PACKAGES := \
|
|
|
|
Bluetooth \
|
2015-04-02 05:16:48 +08:00
|
|
|
BluetoothMidiService \
|
2013-08-15 04:28:06 +08:00
|
|
|
Camera2 \
|
2011-09-01 14:21:22 +08:00
|
|
|
Gallery2 \
|
2013-06-26 07:33:44 +08:00
|
|
|
Music \
|
2011-07-19 05:46:09 +08:00
|
|
|
MusicFX \
|
2012-08-29 09:53:00 +08:00
|
|
|
OneTimeInitializer \
|
2010-09-22 07:08:26 +08:00
|
|
|
Provision \
|
|
|
|
SystemUI \
|
2016-06-25 22:54:39 +08:00
|
|
|
EasterEgg \
|
2013-09-16 19:07:50 +08:00
|
|
|
WallpaperCropper
|
2010-09-22 07:08:26 +08:00
|
|
|
|
2012-05-23 03:20:27 +08:00
|
|
|
PRODUCT_PACKAGES += \
|
2013-03-16 08:41:49 +08:00
|
|
|
clatd \
|
2013-07-08 18:43:42 +08:00
|
|
|
clatd.conf \
|
2014-04-16 05:42:27 +08:00
|
|
|
pppd \
|
|
|
|
screenrecord
|
2012-05-23 03:20:27 +08:00
|
|
|
|
2011-01-17 07:15:34 +08:00
|
|
|
PRODUCT_PACKAGES += \
|
2011-01-20 02:28:05 +08:00
|
|
|
librs_jni \
|
|
|
|
libvideoeditor_jni \
|
2012-05-15 15:45:19 +08:00
|
|
|
libvideoeditor_core \
|
|
|
|
libvideoeditor_osal \
|
|
|
|
libvideoeditor_videofilters \
|
2011-01-20 02:28:05 +08:00
|
|
|
libvideoeditorplayer \
|
|
|
|
|
2011-04-21 07:40:28 +08:00
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
audio.primary.default \
|
2012-02-11 06:36:13 +08:00
|
|
|
audio_policy.default \
|
2012-02-11 10:33:58 +08:00
|
|
|
local_time.default \
|
2013-12-30 21:30:37 +08:00
|
|
|
vibrator.default \
|
2015-06-11 07:27:47 +08:00
|
|
|
power.default
|
2011-01-17 07:15:34 +08:00
|
|
|
|
2010-09-27 06:54:18 +08:00
|
|
|
PRODUCT_COPY_FILES := \
|
2012-04-14 09:58:20 +08:00
|
|
|
frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
|
2010-09-27 06:54:18 +08:00
|
|
|
|
2012-04-13 23:53:44 +08:00
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
|
|
ro.carrier=unknown
|
|
|
|
|
2010-09-22 07:08:26 +08:00
|
|
|
$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
|
2014-03-01 07:30:57 +08:00
|
|
|
$(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk)
|
|
|
|
$(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk)
|
|
|
|
$(call inherit-product-if-exists, external/google-fonts/coming-soon/fonts.mk)
|
2014-10-11 03:48:34 +08:00
|
|
|
$(call inherit-product-if-exists, external/google-fonts/cutive-mono/fonts.mk)
|
2013-03-30 01:22:31 +08:00
|
|
|
$(call inherit-product-if-exists, external/noto-fonts/fonts.mk)
|
2012-09-24 15:11:00 +08:00
|
|
|
$(call inherit-product-if-exists, external/naver-fonts/fonts.mk)
|
2015-02-26 08:39:22 +08:00
|
|
|
$(call inherit-product-if-exists, external/roboto-fonts/fonts.mk)
|
2015-04-08 00:13:21 +08:00
|
|
|
$(call inherit-product-if-exists, external/hyphenation-patterns/patterns.mk)
|
2010-11-18 16:08:24 +08:00
|
|
|
$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
|
2013-02-07 18:52:04 +08:00
|
|
|
$(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
|
2010-09-22 07:08:26 +08:00
|
|
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
|
|
|
|
|
|
|
|
# Overrides
|
|
|
|
PRODUCT_BRAND := generic
|
|
|
|
PRODUCT_DEVICE := generic
|
|
|
|
PRODUCT_NAME := generic_no_telephony
|