| Index: remoting/BUILD.gn
|
| diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
|
| index 010ac717e4511c738839a62935f7d637363c2ff8..fdf4cbc7ee3caa7510657e639bafc2561f7ccacf 100644
|
| --- a/remoting/BUILD.gn
|
| +++ b/remoting/BUILD.gn
|
| @@ -49,10 +49,10 @@ group("remoting_all") {
|
| }
|
|
|
| if (is_android) {
|
| - deps += [
|
| - "//remoting/android:remoting_apk",
|
| - "//remoting/android:remoting_test_apk",
|
| - ]
|
| + deps += [ "//remoting/android:remoting_apk" ]
|
| + if (!enable_all_proguard_optimizations) {
|
| + deps += [ "//remoting/android:remoting_test_apk" ]
|
| + }
|
| }
|
|
|
| if (enable_remoting_host) {
|
|
|