commit | b5d4274c051228558538ad47afb3a48f7fb8142c | [log] [tgz] |
---|---|---|
author | George Burgess IV <gbiv@google.com> | Wed May 10 04:59:05 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed May 10 04:59:05 2017 +0000 |
tree | 625515281747a018929ebbb498063d546344d282 | |
parent | a8e3197912d2d4acda8e318817d7d7d27a4ab84b [diff] | |
parent | bc5e6e9663f7fd5e9787b7bb8cb5e6dce7471fb7 [diff] |
Merge "soong: add __clang_analyzer__ to clang-tidy" am: f2a9a3c582 am: 63ba926771 am: bc5e6e9663 Change-Id: Ieb9f719f49a81ea55240fab3812b0cb7b9805993
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