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 DisplayCutoutEmulationDoubleOverlay \ 33 DisplayCutoutEmulationCornerOverlay \ 34 DisplayCutoutEmulationTallOverlay \ 35 EasterEgg \ 36 WallpaperCropper 37 38 PRODUCT_PACKAGES += \ 39 clatd \ 40 clatd.conf \ 41 pppd \ 42 screenrecord 43 44 PRODUCT_PACKAGES += \ 45 librs_jni \ 46 libvideoeditor_jni \ 47 libvideoeditor_core \ 48 libvideoeditor_osal \ 49 libvideoeditor_videofilters \ 50 libvideoeditorplayer \ 51 52 PRODUCT_PACKAGES += \ 53 audio.primary.default \ 54 local_time.default \ 55 vibrator.default \ 56 power.default 57 58 PRODUCT_COPY_FILES := \ 59 frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf 60 61 PRODUCT_PROPERTY_OVERRIDES += \ 62 ro.carrier=unknown 63 64 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) 65 $(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk) 66 $(call inherit-product-if-exists, external/google-fonts/carrois-gothic-sc/fonts.mk) 67 $(call inherit-product-if-exists, external/google-fonts/coming-soon/fonts.mk) 68 $(call inherit-product-if-exists, external/google-fonts/cutive-mono/fonts.mk) 69 $(call inherit-product-if-exists, external/noto-fonts/fonts.mk) 70 $(call inherit-product-if-exists, external/roboto-fonts/fonts.mk) 71 $(call inherit-product-if-exists, external/hyphenation-patterns/patterns.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 77 PRODUCT_BRAND := generic 78 PRODUCT_DEVICE := generic 79 PRODUCT_NAME := generic_no_telephony 80