put binaries that don't belong on the roborio somewhere useful

Change-Id: Ifcdeca5f3f81ace2b974dd1b86934eb3e303e016
diff --git a/aos/linux_code/linux_code.gyp b/aos/linux_code/linux_code.gyp
index 16f3fd6..59f5d27 100644
--- a/aos/linux_code/linux_code.gyp
+++ b/aos/linux_code/linux_code.gyp
@@ -3,6 +3,9 @@
     {
       'target_name': 'dump_rtprio',
       'type': 'executable',
+      'variables': {
+        'no_rsync': 1,
+      },
       'sources': [
         'dump_rtprio.cc',
       ],