embedded.mk revision bc5dc64232a2b62c41550a764f0dd87f81d59ceb
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    atrace \
24    bootanimation \
25    bootstat \
26    debuggerd \
27    dumpstate \
28    dumpsys \
29    fastboot \
30    gralloc.default \
31    grep \
32    gzip \
33    healthd \
34    init \
35    init.environ.rc \
36    init.rc \
37    libEGL \
38    libETC1 \
39    libFFTEm \
40    libGLESv1_CM \
41    libGLESv2 \
42    libGLESv3 \
43    libbinder \
44    libc \
45    libcutils \
46    libdl \
47    libgui \
48    libhardware \
49    libhardware_legacy \
50    libjpeg \
51    liblog \
52    libm \
53    libpixelflinger \
54    libpower \
55    libsigchain \
56    libstdc++ \
57    libsurfaceflinger \
58    libsurfaceflinger_ddmconnection \
59    libsysutils \
60    libui \
61    libutils \
62    linker \
63    lmkd \
64    logcat \
65    logwrapper \
66    mkshrc \
67    reboot \
68    recovery \
69    service \
70    servicemanager \
71    sh \
72    surfaceflinger \
73    toolbox \
74    toybox \
75    tzdatacheck \
76
77# SELinux packages
78PRODUCT_PACKAGES += \
79    sepolicy \
80    file_contexts.bin \
81    seapp_contexts \
82    property_contexts \
83    mac_permissions.xml \
84    selinux_version \
85    service_contexts
86
87# Ensure that this property is always defined so that bionic_systrace.cpp
88# can rely on it being initially set by init.
89PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
90    debug.atrace.tags.enableflags=0
91
92PRODUCT_COPY_FILES += \
93    system/core/rootdir/init.usb.rc:root/init.usb.rc \
94    system/core/rootdir/init.usb.configfs.rc:root/init.usb.configfs.rc \
95    system/core/rootdir/ueventd.rc:root/ueventd.rc \
96    system/core/rootdir/etc/hosts:system/etc/hosts
97