Farhan/openssh
Revision | bdff1786aa80418924f4574a1187a75f8b379445 (tree) |
---|---|
Time | 2019-01-12 09:13:58 |
Author | Jiyong Park <jiyong@goog...> |
Commiter | Jiyong Park |
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
@@ -294,6 +294,7 @@ LOCAL_C_INCLUDES := \ | ||
294 | 294 | external/openssh/openbsd-compat |
295 | 295 | |
296 | 296 | LOCAL_SHARED_LIBRARIES += libssh libssl libcrypto libdl libz libcutils |
297 | +LOCAL_SHARED_LIBRARIES += libc.bootstrap | |
297 | 298 | |
298 | 299 | include $(BUILD_EXECUTABLE) |
299 | 300 |