commit | 31e046951613278865dea7b37a87b9b11209a466 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed May 10 03:28:25 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed May 10 03:28:25 2017 +0000 |
tree | c93aa3267225300663d5ec54836fd44f54d075bf | |
parent | 5a33497e8e8303b4ec7aa7b375a4bfbeb3419fd9 [diff] | |
parent | ffb124f3d1518b762d6844577b5154653315f2df [diff] |
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