aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMartijn Kaijser <mcm.kaijser@gmail.com>2016-08-03 18:33:41 +0200
committerMartijn Kaijser <mcm.kaijser@gmail.com>2016-09-23 09:27:38 +0200
commit4cf41ac092ebd344d14801a01f36d56baefe6fee (patch)
tree2a00dc68a93cfca7355c9ba8849b1203fe752b15 /tools
parent4b66a4d97487557bacf8f0e0f44cd4ab4c0fb70f (diff)
[droid] disable libcec, libusb
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile
index 16c82d3cb0..c35e4849aa 100644
--- a/tools/depends/target/Makefile
+++ b/tools/depends/target/Makefile
@@ -41,6 +41,7 @@ ifeq ($(OS),osx)
endif
ifeq ($(OS),android)
+ EXCLUDED_DEPENDS = libcec libusb
DEPENDS += mdnsresponder libuuid
CROSSGUID_DEPS = libuuid
endif