embedded.mk revision 88c5a130b442a3987168d3c4111871abeb4f97bd
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    bootanimation \
24    debuggerd \
25    dumpstate \
26    dumpsys \
27    gralloc.default \
28    gzip \
29    healthd \
30    init \
31    init.environ.rc \
32    init.rc \
33    libEGL \
34    libETC1 \
35    libFFTEm \
36    libGLESv1_CM \
37    libGLESv2 \
38    libbinder \
39    libc \
40    libcutils \
41    libdl \
42    libgui \
43    libhardware \
44    libhardware_legacy \
45    libjpeg \
46    liblog \
47    libm \
48    libpixelflinger \
49    libpower \
50    libstdc++ \
51    libstlport \
52    libsurfaceflinger \
53    libsurfaceflinger_ddmconnection \
54    libsysutils \
55    libui \
56    libutils \
57    linker \
58    logcat \
59    logwrapper \
60    mkshrc \
61    reboot \
62    service \
63    servicemanager \
64    sh \
65    surfaceflinger \
66    toolbox \
67    libsigchain
68
69# SELinux packages
70PRODUCT_PACKAGES += \
71    sepolicy \
72    file_contexts \
73    seapp_contexts \
74    property_contexts \
75    mac_permissions.xml \
76    selinux_version \
77    service_contexts
78
79# Ensure that this property is always defined so that bionic_systrace.cpp
80# can rely on it being initially set by init.
81PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
82    debug.atrace.tags.enableflags=0
83
84PRODUCT_COPY_FILES += \
85    system/core/rootdir/init.usb.rc:root/init.usb.rc \
86    system/core/rootdir/init.trace.rc:root/init.trace.rc \
87    system/core/rootdir/ueventd.rc:root/ueventd.rc \
88    system/core/rootdir/etc/hosts:system/etc/hosts
89