Branislav Rankov | e552635 | 2020-07-03 15:27:26 +0100 | [diff] [blame] | 1 | # |
| 2 | # Copyright 2020 Arm Ltd. All rights reserved. |
| 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 file contains system partition contents needed for a minimal |
| 18 | # Android build that boots to shell. The items here should be present in |
| 19 | # build/make/target/product/base_system.mk. |
| 20 | |
| 21 | PRODUCT_PACKAGES += \ |
| 22 | adbd_system_api \ |
| 23 | apexd \ |
| 24 | boringssl_self_test \ |
| 25 | cgroups.json \ |
| 26 | com.android.adbd \ |
| 27 | com.android.conscrypt \ |
| 28 | debuggerd \ |
Peter Collingbourne | 8922b5e | 2022-02-03 10:41:45 -0800 | [diff] [blame] | 29 | gsid \ |
Branislav Rankov | e552635 | 2020-07-03 15:27:26 +0100 | [diff] [blame] | 30 | hwservicemanager \ |
| 31 | init.environ.rc \ |
| 32 | init_system \ |
| 33 | libbinder \ |
| 34 | libc.bootstrap \ |
| 35 | libdl.bootstrap \ |
| 36 | libdl_android.bootstrap \ |
| 37 | libm.bootstrap \ |
| 38 | libstdc++ \ |
| 39 | linker \ |
| 40 | linkerconfig \ |
| 41 | logcat \ |
| 42 | logd \ |
Tamas Zsoldos | dbb3fca | 2021-03-22 11:02:38 +0100 | [diff] [blame] | 43 | odsign \ |
Peter Collingbourne | 8922b5e | 2022-02-03 10:41:45 -0800 | [diff] [blame] | 44 | remount \ |
Branislav Rankov | e552635 | 2020-07-03 15:27:26 +0100 | [diff] [blame] | 45 | run-as \ |
| 46 | selinux_policy_system \ |
| 47 | servicemanager \ |
| 48 | shell_and_utilities_system \ |
| 49 | tombstoned \ |
| 50 | vold \ |
| 51 | |
| 52 | PRODUCT_HOST_PACKAGES += \ |
| 53 | adb \ |
| 54 | |
| 55 | PRODUCT_COPY_FILES += \ |
| 56 | system/core/rootdir/init.usb.rc:system/etc/init/hw/init.usb.rc \ |
| 57 | system/core/rootdir/init.usb.configfs.rc:system/etc/init/hw/init.usb.configfs.rc \ |
Richard Townsend | 47d2d69 | 2020-12-16 00:35:10 +0000 | [diff] [blame] | 58 | system/core/rootdir/etc/hosts:system/etc/hosts \ |
Peter Collingbourne | 4503d5d | 2022-02-03 13:31:09 -0800 | [diff] [blame] | 59 | art/tools/public.libraries.buildbot.txt:system/etc/public.libraries.txt |
Branislav Rankov | e552635 | 2020-07-03 15:27:26 +0100 | [diff] [blame] | 60 | |
| 61 | PRODUCT_SYSTEM_PROPERTIES += debug.atrace.tags.enableflags=0 |
| 62 | |
| 63 | PRODUCT_PACKAGES_DEBUG := \ |
| 64 | strace \ |
| 65 | su \ |