embedded.mk revision 0650d1503d89f1563978f6006a2f904da7140027
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    init \
30    init.environ.rc \
31    init.rc \
32    input \
33    libEGL \
34    libETC1 \
35    libFFTEm \
36    libGLES_android \
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    libthread_db \
58    libui \
59    libutils \
60    linker \
61    logcat \
62    logwrapper \
63    reboot \
64    service \
65    servicemanager \
66    surfaceflinger \
67    toolbox
68
69# SELinux packages
70PRODUCT_PACKAGES += \
71    sepolicy \
72    file_contexts \
73    seapp_contexts \
74    property_contexts \
75    mac_permissions.xml
76
77
78PRODUCT_COPY_FILES += \
79    system/core/rootdir/init.usb.rc:root/init.usb.rc \
80    system/core/rootdir/init.trace.rc:root/init.trace.rc \
81    system/core/rootdir/ueventd.rc:root/ueventd.rc \
82    system/core/rootdir/etc/hosts:system/etc/hosts
83