commit | 5a33497e8e8303b4ec7aa7b375a4bfbeb3419fd9 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue May 09 21:02:35 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue May 09 21:02:35 2017 +0000 |
tree | d554640dd2db71a4162ee0dd686a3f0bc1c420b5 | |
parent | b4ecf285471ab4a542b9c8baa178dabb7d60d54d [diff] | |
parent | cd340908597b9dced9c68efe7d94573701524194 [diff] |
Merge "androidmk: support cfi, diag, and misc_undefined properties" am: 329a42cec6 am: 4fad09853b am: cd34090859 Change-Id: I00d6389b50c70e72396f9f2d2b93a814dc8cbb94
diff --git a/android/variable.go b/android/variable.go index ef5b13c..699d992 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -74,6 +74,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