aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2013-07-27 04:51:38 +0530
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2014-02-15 13:36:02 +0100
commit09e9c191614c1519e2fb6dc3d16d4b6d89ee4aeb (patch)
tree20a14d8deb90f638f40701a1d98a281ce11de3f7
parent0c6a049d8dd8479d5f9f670902ff02a7b3ef8bf5 (diff)
downloadbuild-09e9c191614c1519e2fb6dc3d16d4b6d89ee4aeb.tar.gz
remove broken ethernet ffmpeg and x264 for now
Change-Id: Iada223742b6723f1e1823ea620c5f9aa9451a1fa Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--core/pathmap.mk1
-rw-r--r--target/product/core.mk4
2 files changed, 1 insertions, 4 deletions
diff --git a/core/pathmap.mk b/core/pathmap.mk
index eb4b5e1061..5dfc543756 100644
--- a/core/pathmap.mk
+++ b/core/pathmap.mk
@@ -89,7 +89,6 @@ FRAMEWORKS_BASE_SUBDIRS := \
sax \
telephony \
wifi \
- ethernet \
keystore \
)
diff --git a/target/product/core.mk b/target/product/core.mk
index 0cc5c22637..94b272e640 100644
--- a/target/product/core.mk
+++ b/target/product/core.mk
@@ -78,10 +78,8 @@ PRODUCT_PACKAGES += \
aib \
aibd \
busybox \
- ffmpeg \
lrzsz \
- wpa_supplicant.conf \
- x264
+ wpa_supplicant.conf
# host-only dependencies
ifeq ($(WITH_HOST_DALVIK),true)