[Android] Temporarily force gtests to be unmanaged.

There's a little more to support these as managed both in packaging and the
scripts that run tests. Disable for now.
BUG=158821
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/14198002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193776 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/build/apk_test.gypi b/build/apk_test.gypi
index f0101d04..f774831 100644
--- a/build/apk_test.gypi
+++ b/build/apk_test.gypi
@@ -33,6 +33,8 @@
          'java_in_dir': '<(DEPTH)/testing/android/java',
          'android_manifest_path': '<(DEPTH)/testing/android/AndroidManifest.xml',
          'native_lib_target': 'lib<(test_suite_name)',
+         # TODO(yfriedman, cjhopman): Support managed installs for gtests.
+         'gyp_managed_install': 0,
        },
        'includes': [ 'java_apk.gypi' ],
      }],  # 'OS == "android" and gtest_target_type == "shared_library"