embedded.mk revision 65dad287166eadf2d42cd304caee77827de616ec
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    libctest \
42    libcutils \
43    libdl \
44    libgui \
45    libhardware \
46    libhardware_legacy \
47    libjpeg \
48    liblog \
49    libm \
50    libpixelflinger \
51    libpower \
52    libstdc++ \
53    libstlport \
54    libsurfaceflinger \
55    libsurfaceflinger_ddmconnection \
56    libsysutils \
57    libui \
58    libutils \
59    linker \
60    linker64 \
61    logcat \
62    logwrapper \
63    mkshrc \
64    reboot \
65    service \
66    servicemanager \
67    sh \
68    surfaceflinger \
69    toolbox
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
80
81PRODUCT_COPY_FILES += \
82    system/core/rootdir/init.usb.rc:root/init.usb.rc \
83    system/core/rootdir/init.trace.rc:root/init.trace.rc \
84    system/core/rootdir/ueventd.rc:root/ueventd.rc \
85    system/core/rootdir/etc/hosts:system/etc/hosts
86