embedded.mk revision 05bd7f3499639dfa862871fa3aefc9916e34f732
1#
2# Copyright (C) 2009 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
17# This is a build configuration for a very minimal build of the
18# Open-Source part of the tree.
19
20PRODUCT_PACKAGES += \
21    adb \
22    adbd \
23    atrace \
24    bootanimation \
25    debuggerd \
26    dumpstate \
27    dumpsys \
28    fastboot \
29    gralloc.default \
30    grep \
31    gzip \
32    healthd \
33    init \
34    init.environ.rc \
35    init.rc \
36    libEGL \
37    libETC1 \
38    libFFTEm \
39    libGLESv1_CM \
40    libGLESv2 \
41    libbinder \
42    libc \
43    libcutils \
44    libdl \
45    libgui \
46    libhardware \
47    libhardware_legacy \
48    libjpeg \
49    liblog \
50    libm \
51    libpixelflinger \
52    libpower \
53    libsigchain \
54    libstdc++ \
55    libsurfaceflinger \
56    libsurfaceflinger_ddmconnection \
57    libsysutils \
58    libui \
59    libutils \
60    linker \
61    lmkd \
62    logcat \
63    logwrapper \
64    mkshrc \
65    reboot \
66    recovery \
67    service \
68    servicemanager \
69    sh \
70    surfaceflinger \
71    toolbox \
72    toybox \
73    tzdatacheck \
74
75# SELinux packages
76PRODUCT_PACKAGES += \
77    sepolicy \
78    file_contexts.bin \
79    seapp_contexts \
80    property_contexts \
81    mac_permissions.xml \
82    selinux_version \
83    service_contexts
84
85# Ensure that this property is always defined so that bionic_systrace.cpp
86# can rely on it being initially set by init.
87PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
88    debug.atrace.tags.enableflags=0
89
90PRODUCT_COPY_FILES += \
91    system/core/rootdir/init.usb.rc:root/init.usb.rc \
92    system/core/rootdir/ueventd.rc:root/ueventd.rc \
93    system/core/rootdir/etc/hosts:system/etc/hosts
94