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