commit | 816176ccd69db86e3dd94fd01d23e22bb22d0a68 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Nov 30 14:33:41 2022 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Jan 03 18:07:26 2023 +0000 |
tree | 36d5138c334aa7a1ee48e804486f3da3e792f65f | |
parent | 199a62e39bcdf315493cd99311b73842d43100f8 [diff] [blame] |
librust_baremetal: Add strtol Add strtol (required by libfdt), which only depends on libc functions the library already provides or requires. Bug: 232900974 Test: m pvmfw_bin # with aosp/2314779 Change-Id: I460571b64369c6bf45fef213252f305e978c694d
diff --git a/libc/Android.bp b/libc/Android.bp index 864090b..f50d440 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -2280,6 +2280,7 @@ ], srcs: [ "bionic/fortify.cpp", + "bionic/strtol.cpp", ], arch: { arm64: {