commit | 74c9bbacb6a616cf201546cdd1fb1d0baca58de2 | [log] [tgz] |
---|---|---|
author | Pete Bentley <prb@google.com> | Fri Aug 16 20:25:06 2019 +0100 |
committer | Colin Cross <ccross@android.com> | Thu Aug 22 13:21:37 2019 -0700 |
tree | 560487a22a45c5e601c01c4c55f3a6302e7ac240 | |
parent | fcf55bf656f44318e78c92be5b42858065ae5780 [diff] [blame] |
Allow linker scripts when building objects. Test: m nothing Test: TreeHugger Bug: 134581881 Bug: 137267623 Change-Id: If1422372585ec032a9e36eab73a04e98fe1c1b6c
diff --git a/cc/testing.go b/cc/testing.go index 5582c8a..a12b520 100644 --- a/cc/testing.go +++ b/cc/testing.go
@@ -262,6 +262,7 @@ mockFS := map[string][]byte{ "Android.bp": []byte(bp), "foo.c": nil, + "foo.lds": nil, "bar.c": nil, "baz.o": nil, "a.proto": nil,