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