cc/cc.go: Add Device() method to LinkableInterface

The intention is to make the next change more cherry-pick-friendly.

Bug: 192647618
Test: Presubmit
Change-Id: Ic84d3991a855e09aa9f46e12b759ad8142701e1f
This commit is contained in:
Yi-Yo Chiang
2021-07-02 21:21:13 +08:00
parent 49387d5468
commit 36d8e4e201

View File

@@ -124,6 +124,7 @@ type LinkableInterface interface {
IsPrebuilt() bool
Toc() android.OptionalPath
Device() bool
Host() bool
InRamdisk() bool