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 bit \ 31 blkid \ 32 bmgr \ 33 bugreport \ 34 bugreportz \ 35 cameraserver \ 36 content \ 37 dnsmasq \ 38 dpm \ 39 framework \ 40 framework-sysconfig.xml \ 41 fsck_msdos \ 42 hid \ 43 ime \ 44 incidentd \ 45 incident \ 46 incident_report \ 47 input \ 48 javax.obex \ 49 libandroid \ 50 libandroid_runtime \ 51 libandroid_servers \ 52 libaudioeffect_jni \ 53 libaudioflinger \ 54 libaudiopolicyservice \ 55 libaudiopolicymanager \ 56 libbundlewrapper \ 57 libcamera_client \ 58 libcameraservice \ 59 libcamera2ndk \ 60 libdl \ 61 libdrmclearkeyplugin \ 62 libclearkeycasplugin \ 63 libeffectproxy \ 64 libeffects \ 65 libinput \ 66 libinputflinger \ 67 libiprouteutil \ 68 libjnigraphics \ 69 libldnhncr \ 70 libmedia \ 71 libmedia_jni \ 72 libmediaplayerservice \ 73 libmtp \ 74 libnetd_client \ 75 libnetlink \ 76 libnetutils \ 77 libpdfium \ 78 libradio \ 79 libradioservice \ 80 libradio_metadata \ 81 libreference-ril \ 82 libreverbwrapper \ 83 libril \ 84 librtp_jni \ 85 libsensorservice \ 86 libskia \ 87 libsonic \ 88 libsonivox \ 89 libsoundpool \ 90 libsoundtrigger \ 91 libsoundtriggerservice \ 92 libsqlite \ 93 libstagefright \ 94 libstagefright_amrnb_common \ 95 libstagefright_avc_common \ 96 libstagefright_enc_common \ 97 libstagefright_foundation \ 98 libstagefright_omx \ 99 libstagefright_yuv \ 100 libusbhost \ 101 libutils \ 102 libvisualizer \ 103 libvorbisidec \ 104 libmediandk \ 105 libvulkan \ 106 libwifi-service \ 107 locksettings \ 108 media \ 109 media_cmd \ 110 mediadrmserver \ 111 mediaserver \ 112 mediametrics \ 113 mediaextractor \ 114 monkey \ 115 mtpd \ 116 ndc \ 117 netd \ 118 ping \ 119 ping6 \ 120 platform.xml \ 121 privapp-permissions-platform.xml \ 122 pppd \ 123 pm \ 124 racoon \ 125 run-as \ 126 schedtest \ 127 sdcard \ 128 secdiscard \ 129 services \ 130 settings \ 131 sgdisk \ 132 sm \ 133 svc \ 134 tc \ 135 telecom \ 136 vdc \ 137 vold \ 138 wm 139 140 # Essential HAL modules 141 PRODUCT_PACKAGES += \ 142 android.hardware.media.omx@1.0-service 143 144 # XML schema files 145 PRODUCT_PACKAGES += \ 146 media_profiles_V1_0.dtd 147 148 # Packages included only for eng or userdebug builds, previously debug tagged 149 PRODUCT_PACKAGES_DEBUG := \ 150 perfprofd 151 152 PRODUCT_COPY_FILES := $(call add-to-product-copy-files-if-exists,\ 153 frameworks/base/preloaded-classes:system/etc/preloaded-classes) 154 155 # Note: it is acceptable to not have a compiled-classes file. In that case, all boot classpath 156 # classes will be compiled. 157 PRODUCT_COPY_FILES += $(call add-to-product-copy-files-if-exists,\ 158 frameworks/base/compiled-classes:system/etc/compiled-classes) 159 160 161 $(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk) 162