Skip to content
Snippets Groups Projects
Commit f73b070a authored by Alexandre Lision's avatar Alexandre Lision
Browse files

build: remove legacy code

Since Android and AndroidTV share the same module we do not need to copy
.so files to libringandroid folder

Change-Id: I9a90c47775e99eb6d120f81d903dffb3329e6f5a
parent 123e000b
No related branches found
No related tags found
No related merge requests found
......@@ -290,7 +290,3 @@ ${NDK_TOOLCHAIN_PATH}/clang++ \
${STRIP_ARG} --std=c++11 \
-o ${LIBRING_JNI_DIR}/libring.so
# Copying native libs to androidtv folder too
LIBRING_JNI_ANDROID_DIR=${ANDROID_APP_DIR}/libringandroid/src/main/libs/
mkdir -p ${LIBRING_JNI_ANDROID_DIR}
cp -r ${LIBRING_JNI_DIR} ${LIBRING_JNI_ANDROID_DIR}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment