commit | 31f36fbbd1fd0995f28f6b5414b962a037106670 | [log] [tgz] |
---|---|---|
author | Yuexi Ma <yuexima@google.com> | Thu Nov 07 18:37:18 2019 +0000 |
committer | Yuexi Ma <yuexima@google.com> | Thu Nov 07 19:19:54 2019 +0000 |
tree | 66b4a36410a0b37a6946fbe909fa27fa00a398fd | |
parent | f4ed8df84d4c959ad7b93489b0bb2e39669dd8db [diff] [blame] |
Revert submission of topic 'libdl_android-in-apex' Reason for revert: broke numerous major apps in app compat testing Bug: 144100240 Change-Id: I4b43b92963815dfd95a221fb3f560505e9799950
diff --git a/cc/cc.go b/cc/cc.go index db7f0f6..5dfc563 100644 --- a/cc/cc.go +++ b/cc/cc.go
@@ -877,7 +877,7 @@ func isBionic(name string) bool { switch name { - case "libc", "libm", "libdl", "libdl_android", "linker": + case "libc", "libm", "libdl", "linker": return true } return false