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