aboutsummaryrefslogtreecommitdiff
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
parent4b66a4d97487557bacf8f0e0f44cd4ab4c0fb70f (diff)
[droid] disable libcec, libusb
-rw-r--r--tools/depends/target/Makefile1
-rw-r--r--xbmc/peripherals/bus/PeripheralBusUSB.h3
2 files changed, 1 insertions, 3 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
diff --git a/xbmc/peripherals/bus/PeripheralBusUSB.h b/xbmc/peripherals/bus/PeripheralBusUSB.h
index a39f8791b3..55d4f22691 100644
--- a/xbmc/peripherals/bus/PeripheralBusUSB.h
+++ b/xbmc/peripherals/bus/PeripheralBusUSB.h
@@ -34,7 +34,4 @@
#elif defined(TARGET_DARWIN)
#define HAVE_PERIPHERAL_BUS_USB 1
#include "osx/PeripheralBusUSB.h"
-#elif defined(TARGET_ANDROID)
-#define HAVE_PERIPHERAL_BUS_USB 1
-#include "linux/PeripheralBusUSBLibUSB.h"
#endif