Home | History | Annotate | Download | only in product
      1 #
      2 # Copyright (C) 2012 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 # Base modules (will move elsewhere, previously user tagged)
     18 PRODUCT_PACKAGES += \
     19     20-dns.conf \
     20     95-configured \
     21     org.apache.http.legacy.boot \
     22     appwidget \
     23     appops \
     24     am \
     25     android.policy \
     26     android.test.runner \
     27     app_process \
     28     applypatch \
     29     audioserver \
     30     blkid \
     31     bmgr \
     32     bugreport \
     33     bugreportz \
     34     cameraserver \
     35     content \
     36     dnsmasq \
     37     dpm \
     38     framework \
     39     fsck_msdos \
     40     hid \
     41     ime \
     42     input \
     43     javax.obex \
     44     libandroid \
     45     libandroid_runtime \
     46     libandroid_servers \
     47     libaudioeffect_jni \
     48     libaudioflinger \
     49     libaudiopolicyservice \
     50     libaudiopolicymanager \
     51     libbundlewrapper \
     52     libcamera_client \
     53     libcameraservice \
     54     libcamera2ndk \
     55     libdl \
     56     libdrmclearkeyplugin \
     57     libeffectproxy \
     58     libeffects \
     59     libinput \
     60     libinputflinger \
     61     libiprouteutil \
     62     libjnigraphics \
     63     libldnhncr \
     64     libmedia \
     65     libmedia_jni \
     66     libmediaplayerservice \
     67     libmtp \
     68     libnetd_client \
     69     libnetlink \
     70     libnetutils \
     71     libpdfium \
     72     libradio \
     73     libradioservice \
     74     libradio_metadata \
     75     libreference-ril \
     76     libreverbwrapper \
     77     libril \
     78     librtp_jni \
     79     libsensorservice \
     80     libskia \
     81     libsonic \
     82     libsonivox \
     83     libsoundpool \
     84     libsoundtrigger \
     85     libsoundtriggerservice \
     86     libsqlite \
     87     libstagefright \
     88     libstagefright_amrnb_common \
     89     libstagefright_avc_common \
     90     libstagefright_enc_common \
     91     libstagefright_foundation \
     92     libstagefright_omx \
     93     libstagefright_yuv \
     94     libusbhost \
     95     libutils \
     96     libvisualizer \
     97     libvorbisidec \
     98     libmediandk \
     99     libvulkan \
    100     libwifi-service \
    101     media \
    102     media_cmd \
    103     mediadrmserver \
    104     mediaserver \
    105     mediacodec \
    106     mediaextractor \
    107     monkey \
    108     mtpd \
    109     ndc \
    110     netd \
    111     ping \
    112     ping6 \
    113     platform.xml \
    114     pppd \
    115     pm \
    116     racoon \
    117     run-as \
    118     schedtest \
    119     sdcard \
    120     secdiscard \
    121     services \
    122     settings \
    123     sgdisk \
    124     sm \
    125     svc \
    126     tc \
    127     telecom \
    128     vdc \
    129     vold \
    130     wm
    131 
    132 
    133 PRODUCT_COPY_FILES := $(call add-to-product-copy-files-if-exists,\
    134     frameworks/base/preloaded-classes:system/etc/preloaded-classes)
    135 
    136 # Note: it is acceptable to not have a compiled-classes file. In that case, all boot classpath
    137 #       classes will be compiled.
    138 PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\
    139     frameworks/base/compiled-classes:system/etc/compiled-classes)
    140 
    141 
    142 $(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)
    143