| Index: runtime/bin/dbg_connection.h
 | 
| diff --git a/runtime/bin/dbg_connection.h b/runtime/bin/dbg_connection.h
 | 
| index 67150036a6db179643ae62efdfa81b1d0250d2c3..10ac835cfffe674df1d67e338de07b6db5ea8905 100644
 | 
| --- a/runtime/bin/dbg_connection.h
 | 
| +++ b/runtime/bin/dbg_connection.h
 | 
| @@ -14,7 +14,9 @@
 | 
|  #include "platform/json.h"
 | 
|  #include "platform/thread.h"
 | 
|  // Declare the OS-specific types ahead of defining the generic class.
 | 
| -#if defined(TARGET_OS_LINUX)
 | 
| +#if defined(TARGET_OS_ANDROID)
 | 
| +#include "bin/dbg_connection_android.h"
 | 
| +#elif defined(TARGET_OS_LINUX)
 | 
|  #include "bin/dbg_connection_linux.h"
 | 
|  #elif defined(TARGET_OS_MACOS)
 | 
|  #include "bin/dbg_connection_macos.h"
 | 
| 
 |