diff options
| author | Jiyong Park <jiyong@google.com> | 2019-01-12 09:13:58 +0900 |
|---|---|---|
| committer | Jiyong Park <jiyong@google.com> | 2019-01-12 09:13:58 +0900 |
| commit | bdff1786aa80418924f4574a1187a75f8b379445 (patch) | |
| tree | 69dd0bbca0b156da0b92cea93f163143d51e09bd | |
| parent | f11ba899d5c04b2e0445e0b47cbf26d89ced4f7d (diff) | |
| download | platform_external_openssh-bdff1786aa80418924f4574a1187a75f8b379445.tar.gz platform_external_openssh-bdff1786aa80418924f4574a1187a75f8b379445.tar.bz2 platform_external_openssh-bdff1786aa80418924f4574a1187a75f8b379445.zip | |
Fix build breakage
sshd is using the symbol arc4random_stir which is not exposed from the
libc in the runtime APEX. Override this by directly linking to the
bootstrap bionic which exposes the symbol
Test: m sshd
Change-Id: I37ae12f1d979725e6396ccab20c6ea57d84724a6
| -rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -294,6 +294,7 @@ LOCAL_C_INCLUDES := \ external/openssh/openbsd-compat LOCAL_SHARED_LIBRARIES += libssh libssl libcrypto libdl libz libcutils +LOCAL_SHARED_LIBRARIES += libc.bootstrap include $(BUILD_EXECUTABLE) |
