forked from openkylin/platform_build
Use BUILD_PREBUILT to install the cmds.
Change-Id: Idd7308d653653387ee3ff4384ee428bc3c663c8b
This commit is contained in:
parent
1638ffb384
commit
d3aab738de
|
@ -23,7 +23,6 @@
|
|||
|
||||
GRANDFATHERED_ALL_PREBUILT := \
|
||||
akmd2 \
|
||||
am \
|
||||
ap_gain.bin \
|
||||
AVRCP.kl \
|
||||
batch \
|
||||
|
@ -34,7 +33,6 @@ GRANDFATHERED_ALL_PREBUILT := \
|
|||
bypassfactory \
|
||||
cdt.bin \
|
||||
chat-ril \
|
||||
content \
|
||||
cpcap-key.kl \
|
||||
data \
|
||||
dbus.conf \
|
||||
|
|
|
@ -105,7 +105,5 @@ PRODUCT_PACKAGES += \
|
|||
webview \
|
||||
wm
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/base/cmds/wm/wm:system/bin/wm \
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)
|
||||
|
|
Loading…
Reference in New Issue