87 lines
1.9 KiB
ReStructuredText
87 lines
1.9 KiB
ReStructuredText
===============
|
|
Weekly Progress
|
|
===============
|
|
|
|
WORKING
|
|
-------
|
|
|
|
* changed from SHARED to STATIC and now build stops working
|
|
|
|
|
|
|
|
|
|
|
|
COMPLETED
|
|
---------
|
|
|
|
* build static lib (.a)
|
|
- this had the result of putting the library files at ./dist/lib/<ARCH> instead of the
|
|
default location of ./build/intermediates/cmake/debug/obj/<ARCH> and
|
|
./build/intermediates/cmake/release/obj/<ARCH>
|
|
- only one set of files copied into the ./dist/lib/<ARCH> directory...was it RELEASE
|
|
or DEBUG?? likely RELEASE...
|
|
|
|
* created new branch "wolfssl-mod", trying different things to break the build
|
|
* building shared lib (.so)
|
|
|
|
* local.properties missing...copied from newer repos
|
|
|
|
|
|
|
|
|
|
ISSUES
|
|
------
|
|
|
|
* changed from SHARED to STATIC and now build stops working
|
|
- changed back to SHARED, cleaned, build works!!!
|
|
|
|
|
|
|
|
|
|
nc-wc-ndk_MERGE
|
|
---------------
|
|
|
|
* looks like both wolfssl library and jni library were compiling
|
|
- wolfssl is a static lib (.a)
|
|
- jni is a shared lib (.so)
|
|
|
|
|
|
|
|
|
|
MISC
|
|
====
|
|
|
|
::
|
|
|
|
gradle --version
|
|
|
|
------------------------------------------------------------
|
|
Gradle 4.10.2
|
|
------------------------------------------------------------
|
|
|
|
Build time: 2018-09-19 18:10:15 UTC
|
|
Revision: b4d8d5d170bb4ba516e88d7fe5647e2323d791dd
|
|
|
|
Kotlin DSL: 1.0-rc-6
|
|
Kotlin: 1.2.61
|
|
Groovy: 2.4.15
|
|
Ant: Apache Ant(TM) version 1.9.11 compiled on March 23 2018
|
|
JVM: 1.8.0_152-release (JetBrains s.r.o 25.152-b06)
|
|
OS: Mac OS X 10.14.2 x86_64
|
|
|
|
[j3g@J3G-MBPt:nc-wc-ndk_WOLFSSL] ./gradlew --version
|
|
|
|
------------------------------------------------------------
|
|
Gradle 3.3
|
|
------------------------------------------------------------
|
|
|
|
Build time: 2017-01-03 15:31:04 UTC
|
|
Revision: 075893a3d0798c0c1f322899b41ceca82e4e134b
|
|
|
|
Groovy: 2.4.7
|
|
Ant: Apache Ant(TM) version 1.9.6 compiled on June 29 2015
|
|
JVM: 1.8.0_152-release (JetBrains s.r.o 25.152-b06)
|
|
OS: Mac OS X 10.14.2 x86_64
|
|
|
|
|