0650d1503d
- BOOTCLASSPATH now is product-configurable; - No need to maintain the duplicate values in core/dex_preopt.mk. - clean up some legacy ALL_PREBUILTs. Bug: 9990214 Change-Id: Ie3953e66d282e335bb7782b0ebd56102c35ec10e
89 lines
1.9 KiB
Makefile
89 lines
1.9 KiB
Makefile
#
|
|
# Copyright (C) 2010 The Android Open Source Project
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
|
|
# This is the list of modules grandfathered to use ALL_PREBUILT
|
|
|
|
# DO NOT ADD ANY NEW MODULE TO THIS FILE
|
|
#
|
|
# ALL_PREBUILT modules are hard to control and audit and we don't want
|
|
# to add any new such module in the system
|
|
|
|
GRANDFATHERED_ALL_PREBUILT := \
|
|
akmd2 \
|
|
ap_gain.bin \
|
|
AVRCP.kl \
|
|
batch \
|
|
bitmap_size.txt \
|
|
bmgr \
|
|
bp.img \
|
|
brcm_guci_drv \
|
|
bypassfactory \
|
|
cdt.bin \
|
|
chat-ril \
|
|
cpcap-key.kl \
|
|
egl.cfg \
|
|
firmware_error.565 \
|
|
firmware_install.565 \
|
|
ftmipcd \
|
|
gps.conf \
|
|
gpsconfig.xml \
|
|
gps.stingray.so \
|
|
gralloc.omap3.so \
|
|
gralloc.tegra.so \
|
|
hwcomposer.tegra.so \
|
|
ime \
|
|
init.goldfish.rc \
|
|
init.goldfish.sh \
|
|
init.olympus.rc \
|
|
init.sholes.rc \
|
|
init.stingray.rc \
|
|
input \
|
|
kernel \
|
|
lbl \
|
|
libEGL_POWERVR_SGX530_121.so \
|
|
libEGL_tegra.so \
|
|
libGLESv1_CM_POWERVR_SGX530_121.so \
|
|
libGLESv1_CM_tegra.so \
|
|
libGLESv2_POWERVR_SGX530_121.so \
|
|
libGLESv2_tegra.so \
|
|
libmoto_ril.so \
|
|
libpppd_plugin-ril.so \
|
|
libril_rds.so \
|
|
location \
|
|
location.cfg \
|
|
main.conf \
|
|
mbm.bin \
|
|
mbm_consumer.bin \
|
|
mdm_panicd \
|
|
monkey \
|
|
pm \
|
|
pppd-ril \
|
|
pppd-ril.options \
|
|
qwerty.kl \
|
|
radio.img \
|
|
rdl.bin \
|
|
RFFspeed_501.bmd \
|
|
RFFstd_501.bmd \
|
|
savebpver \
|
|
sholes-keypad.kl \
|
|
suplcerts.bks \
|
|
svc \
|
|
tcmd \
|
|
ueventd.goldfish.rc \
|
|
ueventd.olympus.rc \
|
|
ueventd.stingray.rc \
|
|
vold.fstab \
|
|
wl1271.bin
|