Merge "Skip version mutator for host/ramdisk/recovery" into rvc-dev am: d50865fcec

Change-Id: Id594730855bbafe731f46474a09859990f881bc9
This commit is contained in:
TreeHugger Robot
2020-04-22 09:23:01 +00:00
committed by Automerger Merge Worker
4 changed files with 22 additions and 12 deletions

View File

@@ -39,6 +39,8 @@ type LinkableInterface interface {
Shared() bool
Toc() android.OptionalPath
Host() bool
InRamdisk() bool
OnlyInRamdisk() bool