• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# Copyright (C) 2022 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$(call inherit-product, $(SRC_TARGET_DIR)/product/base_system.mk)
18$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_default.mk)
19$(call inherit-product-if-exists, external/hyphenation-patterns/patterns.mk)
20$(call inherit-product-if-exists, external/noto-fonts/fonts.mk)
21$(call inherit-product-if-exists, external/roboto-fonts/fonts.mk)
22$(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
23$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
24$(call inherit-product-if-exists, vendor/google/security/adb/vendor_key.mk)
25
26PRODUCT_PACKAGES += \
27    BlockedNumberProvider \
28    Bluetooth \
29    CalendarProvider \
30    CertInstaller \
31    DownloadProvider \
32    fsck.f2fs \
33    FusedLocation \
34    InputDevices \
35    KeyChain \
36    librs_jni \
37    ManagedProvisioning \
38    MmsService \
39    $(RELEASE_PACKAGE_NFC_STACK) \
40    netutils-wrapper-1.0 \
41    screenrecord \
42    TelephonyProvider \
43    TeleService \
44    UserDictionaryProvider \
45    init.zygote32.rc \
46
47PRODUCT_HOST_PACKAGES += \
48    fsck.f2fs \
49
50PRODUCT_SYSTEM_SERVER_APPS += \
51    FusedLocation \
52    InputDevices \
53    KeyChain \
54    Telecom \
55
56PRODUCT_SYSTEM_SERVER_JARS += \
57    services \
58
59PRODUCT_COPY_FILES += \
60    system/core/rootdir/etc/public.libraries.wear.txt:system/etc/public.libraries.txt \
61
62PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true
63
64PRODUCT_ENFORCE_RRO_TARGETS := *
65
66PRODUCT_BRAND := generic
67
68PRODUCT_SYSTEM_NAME := mainline
69PRODUCT_SYSTEM_BRAND := Android
70PRODUCT_SYSTEM_MANUFACTURER := Android
71PRODUCT_SYSTEM_MODEL := mainline
72PRODUCT_SYSTEM_DEVICE := generic
73