summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Suman <viorel.suman@intel.com>2016-02-16 12:09:19 +0200
committerViorel Suman <viorel.suman@intel.com>2016-02-16 12:09:19 +0200
commitaaf014ddabad1b395ad3d34cea7b52c5a9c8dc07 (patch)
tree557ed6abd7bfb60bda4c37562974fe93e2a9e15d
parenta040660d625bbd742413312b31d31eb3103e2839 (diff)
downloadminnowboard-aaf014ddabad1b395ad3d34cea7b52c5a9c8dc07.tar.gz
minnowboard: enable ADB-over-TCP
Enable ADB-over-TCP in compliance with: https://android-review.googlesource.com/#/c/202375 Bug: http://b/26082438 Change-Id: I5c0f32fe6e97f28a6f2cd52e08b87d253da7a87d Signed-off-by: Viorel Suman <viorel.suman@intel.com>
-rw-r--r--BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index eb301ba..4568bab 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -26,6 +26,9 @@ $(call add_peripheral, intel, audio/generic/usb)
# Add sensor support
$(call add_peripheral, intel, sensors/mraa)
+# Enable ADB-over-TCP on port 5555, started at boot
+$(call enable_adb_over_tcp, 5555, true)
+
# NOTE: These values must be kept in sync with BOARD_GPT_INI
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 268435456
BOARD_BOOTLOADER_PARTITION_SIZE := 62914560