embedded.mk revision 32bfd70333b72646909ccbcf50217b5a275912da
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    mkshrc \
62    service \
63    servicemanager \
64    sh \
65    surfaceflinger \
66    toolbox
67
68# SELinux packages
69PRODUCT_PACKAGES += \
70    sepolicy \
71    file_contexts \
72    seapp_contexts \
73    property_contexts \
74    mac_permissions.xml
75
76PRODUCT_COPY_FILES += \
77    system/core/rootdir/init.usb.rc:root/init.usb.rc \
78    system/core/rootdir/init.trace.rc:root/init.trace.rc \
79