embedded.mk revision dc75794ec27adf0f68e478e2ff2df88d91faa91b
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    input \
31    libEGL \
32    libETC1 \
33    libFFTEm \
34    libGLES_android \
35    libGLESv1_CM \
36    libGLESv2 \
37    libbinder \
38    libc \
39    libctest \
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    libthread_db \
56    libui \
57    libutils \
58    linker \
59    logcat \
60    logwrapper \
61    reboot \
62    service \
63    servicemanager \
64    surfaceflinger \
65    toolbox
66
67# SELinux packages
68PRODUCT_PACKAGES += \
69    sepolicy \
70    file_contexts \
71    seapp_contexts \
72    property_contexts \
73    mac_permissions.xml
74
75PRODUCT_COPY_FILES += \
76    system/core/rootdir/init.usb.rc:root/init.usb.rc \
77    system/core/rootdir/init.trace.rc:root/init.trace.rc \
78