commit | 990419604ae0f305fc9d8b5cebadd627e537d48e | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Fri Aug 18 02:44:37 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Aug 18 02:44:37 2017 +0000 |
tree | ba9121e8cdf5ef43ff4dfb3a99d5f88178a1b4a0 | |
parent | 66515e18f5497ac1b22f9b2a07ed6543524fe33f [diff] | |
parent | fd697f425657d6f443def3f0b1862888b0095bac [diff] |
Merge "Expose the minimum supported SDK version to make." am: fd697f4256 Change-Id: I1a7e7657258e6adbad88f9e51684e8238ab4ed18
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