Merge "Work-around for crt objects with sdk: current" am: 7335e16774 am: f3f8bfaefd
am: 19a26d9608

Change-Id: Ib13e49a71e6de32b0dc15604465efafd08fc872b
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