Index: build/android/tests/multiple_proguards/multiple_proguards.gyp |
diff --git a/build/android/tests/multiple_proguards/multiple_proguards.gyp b/build/android/tests/multiple_proguards/multiple_proguards.gyp |
index a7e1746fa9b4077ee7b4d53fc2482eaa64038161..6e9c34cbc697ab77375ff3e6b630430b98aee420 100644 |
--- a/build/android/tests/multiple_proguards/multiple_proguards.gyp |
+++ b/build/android/tests/multiple_proguards/multiple_proguards.gyp |
@@ -21,6 +21,8 @@ |
'R_package': 'dummy', |
'R_package_relpath': 'dummy', |
'apk_name': 'MultipleProguards', |
+ # This is a build-only test. There's nothing to install. |
+ 'gyp_managed_install': 0, |
}, |
'dependencies': [ |
# guava has references to objects using reflection which |