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     debuggerd \
     26     debuggerd64 \
     27     dumpstate \
     28     dumpsys \
     29     gralloc.default \
     30     gzip \
     31     healthd \
     32     init \
     33     init.environ.rc \
     34     init.rc \
     35     libEGL \
     36     libETC1 \
     37     libFFTEm \
     38     libGLESv1_CM \
     39     libGLESv2 \
     40     libbinder \
     41     libc \
     42     libcutils \
     43     libdl \
     44     libgui \
     45     libhardware \
     46     libhardware_legacy \
     47     libjpeg \
     48     liblog \
     49     libm \
     50     libpixelflinger \
     51     libpower \
     52     libstdc++ \
     53     libstlport \
     54     libsurfaceflinger \
     55     libsurfaceflinger_ddmconnection \
     56     libsysutils \
     57     libui \
     58     libutils \
     59     linker \
     60     linker64 \
     61     lmkd \
     62     logcat \
     63     logwrapper \
     64     mkshrc \
     65     reboot \
     66     service \
     67     servicemanager \
     68     sh \
     69     surfaceflinger \
     70     toolbox \
     71     libsigchain
     72 
     73 # SELinux packages
     74 PRODUCT_PACKAGES += \
     75     sepolicy \
     76     file_contexts \
     77     seapp_contexts \
     78     property_contexts \
     79     mac_permissions.xml \
     80     selinux_version \
     81     service_contexts
     82 
     83 
     84 PRODUCT_COPY_FILES += \
     85     system/core/rootdir/init.usb.rc:root/init.usb.rc \
     86     system/core/rootdir/init.trace.rc:root/init.trace.rc \
     87     system/core/rootdir/ueventd.rc:root/ueventd.rc \
     88     system/core/rootdir/etc/hosts:system/etc/hosts
     89