commit | eb46ac9ae422c84b6cbc93dff80eff163a17602d | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Feb 01 13:44:57 2023 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Feb 21 15:47:01 2023 +0000 |
tree | 2eb3fa8fcdfcbfe432f41aa3391b0504535a4955 | |
parent | 769bebe4fa9f5e4ac3b31da010076ee5330fddb5 [diff] [blame] |
librust_baremetal: Add libc_netbsd Get bsearch and other baremetal-compatible functions from NetBSD. Bug: 249723852 Bug: 262344886 Test: - Change-Id: Idd90188ae13c84ed35af8f1475370cec0fe8cdbb
diff --git a/libc/Android.bp b/libc/Android.bp index 67da126..721bab2 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -2308,6 +2308,7 @@ }, whole_static_libs: [ "libarm-optimized-routines-mem", + "libc_netbsd", ], system_shared_libs: [], nocrt: true,