commit | 36d8e4e201e5bcecb0fe794c718b9d92c63364b3 | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Fri Jul 02 21:21:13 2021 +0800 |
committer | Yi-Yo Chiang <yochiang@google.com> | Fri Jul 02 21:24:58 2021 +0800 |
tree | b964fb918767d79f728d2d1dae7d79eab16f4e23 | |
parent | 49387d54688b2fb4dd309f583e2da13d57a6772a [diff] [blame] |
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
diff --git a/cc/linkable.go b/cc/linkable.go index 231626e..3760201 100644 --- a/cc/linkable.go +++ b/cc/linkable.go
@@ -124,6 +124,7 @@ IsPrebuilt() bool Toc() android.OptionalPath + Device() bool Host() bool InRamdisk() bool