commit | 66515e18f5497ac1b22f9b2a07ed6543524fe33f | [log] [tgz] |
---|---|---|
author | Jeff Gaston <jeffrygaston@google.com> | Fri Aug 18 01:50:45 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Aug 18 01:50:45 2017 +0000 |
tree | b543c9939efe64229fbc7d097aa4a342c60ba6ce | |
parent | a3081229940bcf58f3893b2fb5155647e2bab62e [diff] | |
parent | bfbb8d242d5fe675d1d5c31f5990867272b5c1e4 [diff] |
Merge "Fix Finder out path in multiproduct_kati" am: bfbb8d242d Change-Id: Ic00c2d27e9ff4717dc340fa0445ac4978e36c701
diff --git a/android/variable.go b/android/variable.go index 74fa868..9cb8c63 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -81,6 +81,7 @@ Debuggable struct { Cflags []string Cppflags []string + Init_rc []string } // eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging