core_tiny.mk revision 56eb2f983eecf1724674517d6d97046dcdeb3d88
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    CalendarProvider \
22    ContactsProvider \
23    CertInstaller \
24    FusedLocation \
25    InputDevices
26
27PRODUCT_PACKAGES += \
28    clatd \
29    clatd.conf \
30    pppd
31
32PRODUCT_PACKAGES += \
33    audio.primary.default \
34    audio_policy.default \
35    local_time.default \
36    power.default
37
38PRODUCT_PACKAGES += \
39    local_time.default
40
41PRODUCT_PACKAGES += \
42    BackupRestoreConfirmation \
43    DefaultContainerService \
44    SettingsProvider \
45    Shell \
46    bu \
47    com.android.location.provider \
48    com.android.location.provider.xml \
49    framework-res \
50    installd \
51    ip \
52    ip-up-vpn \
53    ip6tables \
54    iptables \
55    keystore \
56    keystore.default \
57    libOpenMAXAL \
58    libOpenSLES \
59    libdownmix \
60    libfilterfw \
61    libkeystore \
62    libsqlite_jni \
63    libwilhelm \
64    libdrmframework_jni \
65    libdrmframework \
66    make_ext4fs \
67    e2fsck \
68    resize2fs \
69    nullwebview \
70    screencap \
71    sensorservice \
72    uiautomator \
73    uncrypt \
74    telephony-common \
75    voip-common \
76    logd \
77    mms-common
78
79# The order matters
80PRODUCT_BOOT_JARS := \
81    core-libart \
82    conscrypt \
83    okhttp \
84    core-junit \
85    bouncycastle \
86    ext \
87    framework \
88    framework2 \
89    telephony-common \
90    voip-common \
91    mms-common \
92    android.policy \
93    services \
94    apache-xml \
95    nullwebview
96
97PRODUCT_RUNTIMES := runtime_libart_default
98
99PRODUCT_PROPERTY_OVERRIDES += \
100    ro.carrier=unknown
101
102$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
103$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
104
105# Overrides
106PRODUCT_BRAND := tiny
107PRODUCT_DEVICE := tiny
108PRODUCT_NAME := core_tiny
109