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