aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2013-07-27 04:51:38 +0530
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2013-11-04 23:10:13 +0100
commitbc418b3fb2a2590fcb5dccf80e915632f37d38a6 (patch)
treed69578d63a86395c32eba84bbecfbe0521d1253f
parent36c4fd2ebd7a240e3e62e8958d3beff979d07437 (diff)
downloadbuild-bc418b3fb2a2590fcb5dccf80e915632f37d38a6.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)