Add init_rc property, equivalent to LOCAL_INIT_RC

Change-Id: I914bfff8cbdf71b6cfb2271199a964b2cdcb72d0
This commit is contained in:
Dan Willemsen
2016-07-25 20:27:39 -07:00
parent c6b4e452b4
commit 2277bcbc2a
3 changed files with 7 additions and 0 deletions

View File

@@ -116,6 +116,9 @@ type commonProperties struct {
// file
Logtags []string
// init.rc files to be installed if this module is installed
Init_rc []string
// Set by TargetMutator
CompileTarget Target `blueprint:"mutated"`