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 NfcNci \ 28 OneTimeInitializer \ 29 Provision \ 30 SystemUI \ 31 SysuiDarkThemeOverlay \ 32 EasterEgg \ 33 WallpaperCropper 34 35 PRODUCT_PACKAGES += \ 36 clatd \ 37 clatd.conf \ 38 pppd \ 39 screenrecord 40 41 PRODUCT_PACKAGES += \ 42 librs_jni \ 43 libvideoeditor_jni \ 44 libvideoeditor_core \ 45 libvideoeditor_osal \ 46 libvideoeditor_videofilters \ 47 libvideoeditorplayer \ 48 49 PRODUCT_PACKAGES += \ 50 audio.primary.default \ 51 local_time.default \ 52 vibrator.default \ 53 power.default 54 55 PRODUCT_COPY_FILES := \ 56 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf 57 58 PRODUCT_PROPERTY_OVERRIDES += \ 59 ro.carrier=unknown 60 61 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) 62 $(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk) 63 $(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk) 64 $(call inherit-product-if-exists, external/google-fonts/coming-soon/fonts.mk) 65 $(call inherit-product-if-exists, external/google-fonts/cutive-mono/fonts.mk) 66 $(call inherit-product-if-exists, external/noto-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