core_tiny.mk revision 00aba87b7bba53f81a621ccde13dfa9e6f3cd394
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    uncrypt
72
73# The order matters
74PRODUCT_BOOT_JARS := \
75    core \
76    conscrypt \
77    okhttp \
78    core-junit \
79    bouncycastle \
80    ext \
81    framework \
82    framework2 \
83    android.policy \
84    services \
85    apache-xml
86
87PRODUCT_RUNTIMES := runtime_libdvm_default
88
89PRODUCT_PROPERTY_OVERRIDES += \
90    ro.carrier=unknown
91
92MINIMAL_FONT_FOOTPRINT := true
93
94$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
95$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
96
97# Overrides
98PRODUCT_BRAND := tiny
99PRODUCT_DEVICE := tiny
100PRODUCT_NAME := core_tiny
101