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