Merge "Add bootable/recovery to root.bp" am: fb13d59528 am: 0ace7598c3
am: ffb124f3d1

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