blob: b0a53967228355797378f63dace8c56d65a46687 [file] [log] [blame]
Mike Lockwooddaf5e222012-10-18 10:17:47 -07001#
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 \
Nick Vaccaroec0c99a2014-01-24 10:19:21 -080023 atrace \
Mike Lockwooddaf5e222012-10-18 10:17:47 -070024 bootanimation \
25 debuggerd \
26 dumpstate \
27 dumpsys \
28 gralloc.default \
29 gzip \
Todd Poynor2b3bd4a2013-05-01 17:30:01 -070030 healthd \
Mike Lockwooddaf5e222012-10-18 10:17:47 -070031 init \
Ying Wang0650d152013-07-23 17:57:38 -070032 init.environ.rc \
33 init.rc \
Mike Lockwooddaf5e222012-10-18 10:17:47 -070034 input \
35 libEGL \
36 libETC1 \
37 libFFTEm \
38 libGLES_android \
39 libGLESv1_CM \
40 libGLESv2 \
41 libbinder \
42 libc \
43 libctest \
44 libcutils \
45 libdl \
46 libgui \
47 libhardware \
48 libhardware_legacy \
49 libjpeg \
50 liblog \
51 libm \
52 libpixelflinger \
53 libpower \
54 libstdc++ \
55 libstlport \
56 libsurfaceflinger \
Mike Lockwooddaf5e222012-10-18 10:17:47 -070057 libsurfaceflinger_ddmconnection \
58 libsysutils \
Mike Lockwooddaf5e222012-10-18 10:17:47 -070059 libui \
60 libutils \
61 linker \
Todd Poynora2466852013-07-10 15:22:53 -070062 lmkd \
Mike Lockwooddaf5e222012-10-18 10:17:47 -070063 logcat \
64 logwrapper \
Elliott Hughes32bfd702013-11-05 11:13:49 -080065 mkshrc \
Benoit Gobydc757942013-03-25 15:37:08 -070066 reboot \
Mike Lockwooddaf5e222012-10-18 10:17:47 -070067 service \
68 servicemanager \
Elliott Hughes32bfd702013-11-05 11:13:49 -080069 sh \
Mike Lockwooddaf5e222012-10-18 10:17:47 -070070 surfaceflinger \
71 toolbox
72
73# SELinux packages
74PRODUCT_PACKAGES += \
75 sepolicy \
76 file_contexts \
77 seapp_contexts \
78 property_contexts \
Geremy Condra572c5f02013-08-26 21:27:56 +000079 mac_permissions.xml
Mike Lockwooddaf5e222012-10-18 10:17:47 -070080
Ying Wang0650d152013-07-23 17:57:38 -070081
Mike Lockwooddaf5e222012-10-18 10:17:47 -070082PRODUCT_COPY_FILES += \
Mike Lockwooddaf5e222012-10-18 10:17:47 -070083 system/core/rootdir/init.usb.rc:root/init.usb.rc \
84 system/core/rootdir/init.trace.rc:root/init.trace.rc \
Ying Wang0650d152013-07-23 17:57:38 -070085 system/core/rootdir/ueventd.rc:root/ueventd.rc \
86 system/core/rootdir/etc/hosts:system/etc/hosts