• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Farhan/openssh


Commit MetaInfo

Revisionbdff1786aa80418924f4574a1187a75f8b379445 (tree)
Time2019-01-12 09:13:58
AuthorJiyong Park <jiyong@goog...>
CommiterJiyong Park

Log Message

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

Change Summary

Incremental Difference

--- a/Android.mk
+++ b/Android.mk
@@ -294,6 +294,7 @@ LOCAL_C_INCLUDES := \
294294 external/openssh/openbsd-compat
295295
296296 LOCAL_SHARED_LIBRARIES += libssh libssl libcrypto libdl libz libcutils
297+LOCAL_SHARED_LIBRARIES += libc.bootstrap
297298
298299 include $(BUILD_EXECUTABLE)
299300