Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a624fc74 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Support arch-specific init_rc property" am: 85aaf56d am: a8da4bcf

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1439753

Change-Id: I1e775460c1fd4d6475d486064839ac8745f2cdf5
parents a3447367 a8da4bcf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -625,7 +625,7 @@ type commonProperties struct {
	Native_bridge_supported *bool `android:"arch_variant"`

	// init.rc files to be installed if this module is installed
	Init_rc []string `android:"path"`
	Init_rc []string `android:"arch_variant,path"`

	// VINTF manifest fragments to be installed if this module is installed
	Vintf_fragments []string `android:"path"`