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 \ |
Jiyong Park | 1d6ab95 | 2017-01-14 19:58:02 +0900 | [diff] [blame] | 23 | android.hardware.configstore@1.0-service \ |
Steven Moreland | 69249f1 | 2017-02-16 15:59:52 -0800 | [diff] [blame] | 24 | android.hidl.allocator@1.0-service \ |
Steven Moreland | 94946d0 | 2017-01-08 10:00:20 -0800 | [diff] [blame] | 25 | android.hidl.memory@1.0-impl \ |
Nick Vaccaro | ec0c99a | 2014-01-24 10:19:21 -0800 | [diff] [blame] | 26 | atrace \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 27 | bootanimation \ |
James Hawkins | bc5dc64 | 2016-01-21 15:39:45 -0800 | [diff] [blame] | 28 | bootstat \ |
Sandeep Patil | 9b0dc6a | 2016-11-01 09:45:32 -0700 | [diff] [blame] | 29 | charger \ |
Dianne Hackborn | 30c197e | 2015-10-07 17:36:46 -0700 | [diff] [blame] | 30 | cmd \ |
Josh Gao | e6b2dda | 2016-10-26 13:28:32 -0700 | [diff] [blame] | 31 | crash_dump \ |
| 32 | debuggerd\ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 33 | dumpstate \ |
| 34 | dumpsys \ |
Ying Wang | 9668a7a | 2015-04-13 14:49:19 -0700 | [diff] [blame] | 35 | fastboot \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 36 | gralloc.default \ |
Todd Poynor | 2b3bd4a | 2013-05-01 17:30:01 -0700 | [diff] [blame] | 37 | healthd \ |
Iliyan Malchev | bd710ed | 2016-09-19 15:20:14 -0700 | [diff] [blame] | 38 | hwservicemanager \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 39 | init \ |
Ying Wang | 0650d15 | 2013-07-23 17:57:38 -0700 | [diff] [blame] | 40 | init.environ.rc \ |
| 41 | init.rc \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 42 | libEGL \ |
| 43 | libETC1 \ |
| 44 | libFFTEm \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 45 | libGLESv1_CM \ |
| 46 | libGLESv2 \ |
Dmitriy Ivanov | bb16dcf | 2015-11-18 15:30:57 -0800 | [diff] [blame] | 47 | libGLESv3 \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 48 | libbinder \ |
| 49 | libc \ |
Christopher Ferris | ccaeb65 | 2015-12-17 15:15:32 -0800 | [diff] [blame] | 50 | libc_malloc_debug \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 51 | libcutils \ |
| 52 | libdl \ |
| 53 | libgui \ |
| 54 | libhardware \ |
| 55 | libhardware_legacy \ |
| 56 | libjpeg \ |
| 57 | liblog \ |
| 58 | libm \ |
| 59 | libpixelflinger \ |
| 60 | libpower \ |
Elliott Hughes | 626d3f0 | 2014-11-22 23:13:40 -0800 | [diff] [blame] | 61 | libsigchain \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 62 | libstdc++ \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 63 | libsurfaceflinger \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 64 | libsurfaceflinger_ddmconnection \ |
| 65 | libsysutils \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 66 | libui \ |
| 67 | libutils \ |
| 68 | linker \ |
Todd Poynor | a246685 | 2013-07-10 15:22:53 -0700 | [diff] [blame] | 69 | lmkd \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 70 | logcat \ |
| 71 | logwrapper \ |
Yifan Hong | 7dbae04 | 2017-01-25 21:53:38 -0800 | [diff] [blame] | 72 | lshal \ |
Ying Wang | f25838a | 2015-03-10 12:02:57 -0700 | [diff] [blame] | 73 | recovery \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 74 | service \ |
| 75 | servicemanager \ |
Elliott Hughes | c86ea11 | 2017-03-30 23:20:10 -0700 | [diff] [blame] | 76 | shell_and_utilities \ |
ynwang | 226d674 | 2016-06-29 14:03:11 -0700 | [diff] [blame] | 77 | storaged \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 78 | surfaceflinger \ |
Josh Gao | e6b2dda | 2016-10-26 13:28:32 -0700 | [diff] [blame] | 79 | tombstoned \ |
Neil Fuller | 84b983a | 2015-05-13 17:47:29 +0100 | [diff] [blame] | 80 | tzdatacheck \ |
Martijn Coenen | 1fe4f23 | 2017-04-07 10:48:36 -0700 | [diff] [blame] | 81 | vndservice \ |
Martijn Coenen | ca1fd78 | 2017-04-04 14:01:26 -0700 | [diff] [blame] | 82 | vndservicemanager \ |
Yifan Hong | b5cbe22 | 2017-04-28 14:39:50 -0700 | [diff] [blame] | 83 | compatibility_matrix.xml \ |
Michael Schwartz | 4d9cb56 | 2017-04-04 13:01:18 -0700 | [diff] [blame] | 84 | manifest.xml \ |
Yifan Hong | aa21221 | 2017-04-14 00:00:46 -0700 | [diff] [blame] | 85 | system_manifest.xml \ |
Yifan Hong | b5cbe22 | 2017-04-28 14:39:50 -0700 | [diff] [blame] | 86 | system_compatibility_matrix.xml \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 87 | |
Jeff Vander Stoep | f4941eb | 2017-08-22 13:21:44 -0700 | [diff] [blame] | 88 | # SELinux packages are added as dependencies of the selinux_policy |
| 89 | # phony package. |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 90 | PRODUCT_PACKAGES += \ |
Martijn Coenen | ca1fd78 | 2017-04-04 14:01:26 -0700 | [diff] [blame] | 91 | selinux_policy \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 92 | |
Elliott Hughes | 2d7c86d | 2016-12-13 23:37:07 +0000 | [diff] [blame] | 93 | # AID Generation for |
| 94 | # <pwd.h> and <grp.h> |
| 95 | PRODUCT_PACKAGES += \ |
| 96 | passwd \ |
| 97 | group \ |
| 98 | fs_config_files \ |
| 99 | fs_config_dirs |
| 100 | |
Stephen Smalley | 88c5a13 | 2014-09-03 15:08:08 -0400 | [diff] [blame] | 101 | # Ensure that this property is always defined so that bionic_systrace.cpp |
| 102 | # can rely on it being initially set by init. |
| 103 | PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ |
| 104 | debug.atrace.tags.enableflags=0 |
Ying Wang | 0650d15 | 2013-07-23 17:57:38 -0700 | [diff] [blame] | 105 | |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 106 | PRODUCT_COPY_FILES += \ |
Mike Lockwood | daf5e22 | 2012-10-18 10:17:47 -0700 | [diff] [blame] | 107 | system/core/rootdir/init.usb.rc:root/init.usb.rc \ |
Badhri Jagan Sridharan | a8a4a93 | 2015-08-28 19:44:05 -0700 | [diff] [blame] | 108 | system/core/rootdir/init.usb.configfs.rc:root/init.usb.configfs.rc \ |
Ying Wang | 0650d15 | 2013-07-23 17:57:38 -0700 | [diff] [blame] | 109 | system/core/rootdir/ueventd.rc:root/ueventd.rc \ |
| 110 | system/core/rootdir/etc/hosts:system/etc/hosts |