embedded.mk revision 30c197eeaf7c6fdc54932b56cca2c0b917758a15
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    cmd \
26    debuggerd \
27    dumpstate \
28    dumpsys \
29    fastboot \
30    gralloc.default \
31    grep \
32    gzip \
33    healthd \
34    init \
35    init.environ.rc \
36    init.rc \
37    libEGL \
38    libETC1 \
39    libFFTEm \
40    libGLESv1_CM \
41    libGLESv2 \
42    libbinder \
43    libc \
44    libcutils \
45    libdl \
46    libgui \
47    libhardware \
48    libhardware_legacy \
49    libjpeg \
50    liblog \
51    libm \
52    libpixelflinger \
53    libpower \
54    libsigchain \
55    libstdc++ \
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.bin \
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.usb.configfs.rc:root/init.usb.configfs.rc \
94    system/core/rootdir/ueventd.rc:root/ueventd.rc \
95    system/core/rootdir/etc/hosts:system/etc/hosts
96