Add mach command to setup remote debugging on Android devices.

This commit is contained in:
Josh Matthews 2018-09-20 10:59:16 -04:00
parent 6e844f2278
commit 4fe41c69d3
2 changed files with 58 additions and 1 deletions

View file

@ -2,3 +2,4 @@ NDK_TOOLCHAIN_VERSION := 4.9
APP_MODULES := c++_shared servojni gstreamer
APP_PLATFORM := android-18
APP_STL:= c++_shared
APP_ABI:= armeabi-v7a x86