core_tiny.mk revision 446ae75fb7a596f86e40f700b82bf6199f9be22b
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    bcc \
47    bu \
48    com.android.location.provider \
49    com.android.location.provider.xml \
50    framework-res \
51    installd \
52    ims-common \
53    ip \
54    ip-up-vpn \
55    ip6tables \
56    iptables \
57    keystore \
58    keystore.default \
59    ld.mc \
60    libOpenMAXAL \
61    libOpenSLES \
62    libdownmix \
63    libfilterfw \
64    libkeystore \
65    libsqlite_jni \
66    libwilhelm \
67    libdrmframework_jni \
68    libdrmframework \
69    make_ext4fs \
70    e2fsck \
71    resize2fs \
72    nullwebview \
73    screencap \
74    sensorservice \
75    uiautomator \
76    uncrypt \
77    telephony-common \
78    voip-common \
79    logd \
80    mms-common \
81    wifi-service
82
83# The order matters
84PRODUCT_BOOT_JARS := \
85    core-libart \
86    conscrypt \
87    okhttp \
88    core-junit \
89    bouncycastle \
90    ext \
91    framework \
92    telephony-common \
93    voip-common \
94    ims-common \
95    mms-common \
96    android.policy \
97    apache-xml \
98    nullwebview \
99
100# The order of PRODUCT_SYSTEM_SERVER_JARS matters.
101PRODUCT_SYSTEM_SERVER_JARS := \
102    services \
103    wifi-service
104
105PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
106    ro.zygote=zygote32
107PRODUCT_COPY_FILES += \
108    system/core/rootdir/init.zygote32.rc:root/init.zygote32.rc
109
110PRODUCT_PROPERTY_OVERRIDES += \
111    ro.carrier=unknown
112
113$(call inherit-product, $(SRC_TARGET_DIR)/product/runtime_libart.mk)
114$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
115$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
116
117# Overrides
118PRODUCT_BRAND := tiny
119PRODUCT_DEVICE := tiny
120PRODUCT_NAME := core_tiny
121