commit | fd7141ee240f2ce9e50e564a77b22df3df85f47c | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Mon Aug 21 21:23:08 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Aug 21 21:23:08 2017 +0000 |
tree | d2d021cfb6662c37d6741a93e69e5bf6d1376ac8 | |
parent | 2bd5707d7a6b41ee970059bbf985bf40d8228f4f [diff] | |
parent | fb5a671c7c3312da350439745f1e47891b5e0672 [diff] |
Merge "Update the minimum NDK target API." am: fb5a671c7c Change-Id: I9c144909a9266d2fb45f77179166891c0874a2bc
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