core_tiny.mk revision c1f67e5228549f78c3169e6613f70d30f404d222
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    hostapd \
26    wpa_supplicant.conf
27
28PRODUCT_PACKAGES += \
29    audio \
30    clatd \
31    clatd.conf \
32    dhcpcd.conf \
33    network \
34    pand \
35    pppd \
36    sdptool \
37    wpa_supplicant
38
39PRODUCT_PACKAGES += \
40    audio.primary.default \
41    audio_policy.default \
42    local_time.default \
43    power.default
44
45PRODUCT_PACKAGES += \
46    local_time.default
47
48PRODUCT_PACKAGES += \
49    BackupRestoreConfirmation \
50    DefaultContainerService \
51    SettingsProvider \
52    Shell \
53    bu \
54    com.android.location.provider \
55    com.android.location.provider.xml \
56    framework-res \
57    installd \
58    ip \
59    ip-up-vpn \
60    ip6tables \
61    iptables \
62    keystore \
63    keystore.default \
64    libOpenMAXAL \
65    libOpenSLES \
66    libdownmix \
67    libfilterfw \
68    libsqlite_jni \
69    libwilhelm \
70    make_ext4fs \
71    screencap \
72    sensorservice \
73    uiautomator
74
75PRODUCT_BOOT_JARS := core:conscrypt:okhttp:core-junit:bouncycastle:ext:framework:framework2:android.policy:services:apache-xml
76
77PRODUCT_RUNTIMES := runtime_libdvm_default
78
79PRODUCT_PROPERTY_OVERRIDES += \
80    ro.carrier=unknown
81
82MINIMAL_FONT_FOOTPRINT := true
83
84$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
85
86# Overrides
87PRODUCT_BRAND := tiny
88PRODUCT_DEVICE := tiny
89PRODUCT_NAME := core_tiny
90
91$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
92