embedded.mk revision a2466857412d3abe8351f7339d4b658ab0c899b8
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    healthd \
30    init \
31    init.environ.rc \
32    init.rc \
33    input \
34    libEGL \
35    libETC1 \
36    libFFTEm \
37    libGLES_android \
38    libGLESv1_CM \
39    libGLESv2 \
40    libbinder \
41    libc \
42    libctest \
43    libcutils \
44    libdl \
45    libgui \
46    libhardware \
47    libhardware_legacy \
48    libjpeg \
49    liblog \
50    libm \
51    libpixelflinger \
52    libpower \
53    libstdc++ \
54    libstlport \
55    libsurfaceflinger \
56    libsurfaceflinger_ddmconnection \
57    libsysutils \
58    libthread_db \
59    libui \
60    libutils \
61    linker \
62    lmkd \
63    logcat \
64    logwrapper \
65    mkshrc \
66    reboot \
67    service \
68    servicemanager \
69    sh \
70    surfaceflinger \
71    toolbox
72
73# SELinux packages
74PRODUCT_PACKAGES += \
75    sepolicy \
76    file_contexts \
77    seapp_contexts \
78    property_contexts \
79    mac_permissions.xml
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