embedded.mk revision 84b983a7ef5a618317968724c83c93ff42ca71c6
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    libstlport \
56    libsurfaceflinger \
57    libsurfaceflinger_ddmconnection \
58    libsysutils \
59    libui \
60    libutils \
61    linker \
62    lmkd \
63    logcat \
64    logwrapper \
65    mkshrc \
66    reboot \
67    recovery \
68    service \
69    servicemanager \
70    sh \
71    surfaceflinger \
72    toolbox \
73    toybox \
74    tzdatacheck \
75
76# SELinux packages
77PRODUCT_PACKAGES += \
78    sepolicy \
79    file_contexts \
80    seapp_contexts \
81    property_contexts \
82    mac_permissions.xml \
83    selinux_version \
84    service_contexts
85
86# Ensure that this property is always defined so that bionic_systrace.cpp
87# can rely on it being initially set by init.
88PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
89    debug.atrace.tags.enableflags=0
90
91PRODUCT_COPY_FILES += \
92    system/core/rootdir/init.usb.rc:root/init.usb.rc \
93    system/core/rootdir/init.trace.rc:root/init.trace.rc \
94    system/core/rootdir/ueventd.rc:root/ueventd.rc \
95    system/core/rootdir/etc/hosts:system/etc/hosts
96