commit | af3cc2d23c4473828c9e4596bce36c2ba762e992 | [log] [tgz] |
---|---|---|
author | Jeff Gaston <jeffrygaston@google.com> | Wed Sep 27 17:01:44 2017 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Oct 18 18:06:02 2017 +0000 |
tree | 7db84020037e4f83ff17fae7e033dfb85c46987e | |
parent | 16b9ce4dff7d522aca993b38e4e44be309ba658b [diff] [blame] |
Some clarifications in preparation to automatically order linker dependencies Test: Browse the code and determine whether it's easier to understand Bug: 66260943 Change-Id: I88c24a8a31ef68f428919087d206433659265684
diff --git a/cc/stl.go b/cc/stl.go index 17cde59..347db99 100644 --- a/cc/stl.go +++ b/cc/stl.go
@@ -42,7 +42,7 @@ if stl.Properties.Stl != nil { s = *stl.Properties.Stl } - if ctx.sdk() && ctx.Device() { + if ctx.useSdk() && ctx.Device() { switch s { case "": return "ndk_system"