core_tiny.mk revision c1f8360248a650624ce770460e111be28a16a5d4
1#
2# Copyright (C) 2013 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# Tiny configuration for small devices such as wearables. Includes base and embedded.
17# No telephony
18
19PRODUCT_PACKAGES := \
20    Bluetooth \
21    CertInstaller \
22    FusedLocation \
23    InputDevices \
24    bluetooth-health
25
26PRODUCT_PACKAGES += \
27    audio \
28    clatd \
29    clatd.conf \
30    dhcpcd.conf \
31    network \
32    pand \
33    pppd \
34    sdptool
35
36PRODUCT_PACKAGES += \
37    audio.primary.default \
38    audio_policy.default \
39    local_time.default \
40    power.default
41
42PRODUCT_PACKAGES += \
43    local_time.default
44
45PRODUCT_PACKAGES += \
46    BackupRestoreConfirmation \
47    DefaultContainerService \
48    SettingsProvider \
49    Shell \
50    bu \
51    com.android.location.provider \
52    com.android.location.provider.xml \
53    framework-res \
54    installd \
55    ip \
56    ip-up-vpn \
57    ip6tables \
58    iptables \
59    keystore \
60    keystore.default \
61    libOpenMAXAL \
62    libOpenSLES \
63    libdownmix \
64    libfilterfw \
65    libsqlite_jni \
66    libwilhelm \
67    make_ext4fs \
68    screencap \
69    sensorservice \
70    uiautomator
71
72PRODUCT_BOOT_JARS := core:conscrypt:okhttp:core-junit:bouncycastle:ext:framework:framework2:android.policy:services:apache-xml
73
74PRODUCT_RUNTIMES := runtime_libdvm_default
75
76PRODUCT_PROPERTY_OVERRIDES += \
77    ro.carrier=unknown
78
79MINIMAL_FONT_FOOTPRINT := true
80
81$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
82$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
83
84# Overrides
85PRODUCT_BRAND := tiny
86PRODUCT_DEVICE := tiny
87PRODUCT_NAME := core_tiny
88