Update generate_tdapi_java_file.sh and tdlib-serializer

This commit is contained in:
Andrea Cavalli 2020-10-10 18:42:05 +02:00
parent 3817a15afd
commit 6276928cd1
2 changed files with 9 additions and 1 deletions

View File

@ -62,6 +62,14 @@ cp -r ./src/main/jni-java-src ./generated/src/main/jni-java-src
echo "Configuring CMake..."
cd ./generated/tdapi_java_build/
echo "Telegram source path: '$(realpath -m ../implementation/)'"
echo "Td bin path: '$(realpath -m ../td_bin/)'"
echo "Td bin files: $(ls $(realpath -m ../td_bin/))"
echo "Td bin/lib path: '$(realpath -m ../td_bin/lib/)'"
echo "Td bin/lib files: $(ls $(realpath -m ../td_bin/lib/))"
echo "Td CMake path: '$(realpath -m ../td_bin/lib/cmake/)'"
echo "Td CMake files: $(ls $(realpath -m ../td_bin/lib/cmake/))"
echo "Td CMake/td path: '$(realpath -m ../td_bin/lib/cmake/Td/)'"
echo "Td CMake/td files: $(ls $(realpath -m ../td_bin/lib/cmake/Td/))"
cmake -DCMAKE_BUILD_TYPE=Release \
-DTD_SRC_DIR=$(realpath -m ../implementation/) \
-DTD_GENERATED_BINARIES_DIR=$(realpath -m ../td_tools/td/generate) \

@ -1 +1 @@
Subproject commit b8111ac2bf5058dba060df12dc2092abc5827c3d
Subproject commit b66d94dfdf0b37f651b1239b9f16ef7db3224906