Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 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 | |
| 20 | PRODUCT_PACKAGES += \ |
| 21 | adb \ |
| 22 | adbd \ |
Nick Vaccaro | ec0c99a | 2014-01-24 10:19:21 -0800 | [diff] [blame] | 23 | atrace \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 24 | bootanimation \ |
| 25 | debuggerd \ |
| 26 | dumpstate \ |
| 27 | dumpsys \ |
| 28 | gralloc.default \ |
| 29 | gzip \ |
Todd Poynor | 2b3bd4a | 2013-05-01 17:30:01 -0700 | [diff] [blame] | 30 | healthd \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 31 | init \ |
Ying Wang | 0650d15 | 2013-07-23 17:57:38 -0700 | [diff] [blame] | 32 | init.environ.rc \ |
| 33 | init.rc \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 34 | libEGL \ |
| 35 | libETC1 \ |
| 36 | libFFTEm \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 37 | libGLESv1_CM \ |
| 38 | libGLESv2 \ |
| 39 | libbinder \ |
| 40 | libc \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 41 | libcutils \ |
| 42 | libdl \ |
| 43 | libgui \ |
| 44 | libhardware \ |
| 45 | libhardware_legacy \ |
| 46 | libjpeg \ |
| 47 | liblog \ |
| 48 | libm \ |
| 49 | libpixelflinger \ |
| 50 | libpower \ |
Elliott Hughes | 626d3f0 | 2014-11-22 23:13:40 -0800 | [diff] [blame] | 51 | libsigchain \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 52 | libstdc++ \ |
Dan Albert | 01bf793 | 2014-12-16 16:03:31 -0800 | [diff] [blame] | 53 | libstlport \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 54 | libsurfaceflinger \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 55 | libsurfaceflinger_ddmconnection \ |
| 56 | libsysutils \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 57 | libui \ |
| 58 | libutils \ |
| 59 | linker \ |
Todd Poynor | a246685 | 2013-07-10 15:22:53 -0700 | [diff] [blame] | 60 | lmkd \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 61 | logcat \ |
| 62 | logwrapper \ |
Elliott Hughes | 32bfd70 | 2013-11-05 11:13:49 -0800 | [diff] [blame] | 63 | mkshrc \ |
Benoit Goby | dc75794 | 2013-03-25 15:37:08 -0700 | [diff] [blame] | 64 | reboot \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 65 | service \ |
| 66 | servicemanager \ |
Elliott Hughes | 32bfd70 | 2013-11-05 11:13:49 -0800 | [diff] [blame] | 67 | sh \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 68 | surfaceflinger \ |
Dave Allison | 330584e | 2014-05-16 13:51:36 -0700 | [diff] [blame] | 69 | toolbox \ |
Elliott Hughes | 626d3f0 | 2014-11-22 23:13:40 -0800 | [diff] [blame] | 70 | toybox \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 71 | |
| 72 | # SELinux packages |
| 73 | PRODUCT_PACKAGES += \ |
| 74 | sepolicy \ |
| 75 | file_contexts \ |
| 76 | seapp_contexts \ |
| 77 | property_contexts \ |
Robert Craig | 65dad28 | 2014-03-20 09:48:27 -0400 | [diff] [blame] | 78 | mac_permissions.xml \ |
Riley Spahn | 8b834ec | 2014-06-09 17:24:18 -0700 | [diff] [blame] | 79 | selinux_version \ |
| 80 | service_contexts |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 81 | |
Stephen Smalley | 88c5a13 | 2014-09-03 15:08:08 -0400 | [diff] [blame] | 82 | # Ensure that this property is always defined so that bionic_systrace.cpp |
| 83 | # can rely on it being initially set by init. |
| 84 | PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ |
| 85 | debug.atrace.tags.enableflags=0 |
Ying Wang | 0650d15 | 2013-07-23 17:57:38 -0700 | [diff] [blame] | 86 | |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 87 | PRODUCT_COPY_FILES += \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 88 | system/core/rootdir/init.usb.rc:root/init.usb.rc \ |
| 89 | system/core/rootdir/init.trace.rc:root/init.trace.rc \ |
Ying Wang | 0650d15 | 2013-07-23 17:57:38 -0700 | [diff] [blame] | 90 | system/core/rootdir/ueventd.rc:root/ueventd.rc \ |
| 91 | system/core/rootdir/etc/hosts:system/etc/hosts |