Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | more changes related to [56d112579d] |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
52a07071b99fa88a2bff8093c5cf8270 |
User & Date: | chw 2016-09-30 05:20:42.900 |
References
2016-09-30
| ||
08:14 | • Wiki page "Build custom Androwish" artifact: fdadc5ca53 user: chw | |
Context
2016-10-02
| ||
19:22 | updated/regenerated sub projects tcltkapplib, hellotcltk, and tkchat check-in: 38ce7dec78 user: chw tags: trunk | |
2016-09-30
| ||
05:20 | more changes related to [56d112579d] check-in: 52a07071b9 user: chw tags: trunk | |
05:16 | add tcllib upstream changes check-in: cde6bcdd9d user: chw tags: trunk | |
Changes
Changes to jni/libressl/Android.mk.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | LOCAL_PATH := $(call my-dir) #################################### # # libcrypto_tls # #################################### include $(CLEAR_VARS) LOCAL_MODULE := libcrypto_tls LOCAL_SHARED_LIBRARIES := LOCAL_SRC_FILES := \ crypto/compat/explicit_bzero.c \ | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | LOCAL_PATH := $(call my-dir) #################################### # # libcrypto_tls # #################################### include $(CLEAR_VARS) # this is needed for building on Windows, otherwise the # link phase fails due to Windows' command line length limit LOCAL_SHORT_COMMANDS := true LOCAL_MODULE := libcrypto_tls LOCAL_SHARED_LIBRARIES := LOCAL_SRC_FILES := \ crypto/compat/explicit_bzero.c \ |
︙ | ︙ |