Skip to content
Snippets Groups Projects
Commit eda0bb4f authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

WaterMark: fix android build

Change-Id: I6e62423be318dee7ff3b6f6897f0803af9b332b0
parent 46c74061
No related branches found
No related tags found
No related merge requests found
...@@ -308,17 +308,16 @@ then ...@@ -308,17 +308,16 @@ then
#========================================================= #=========================================================
# Create so destination folder # Create so destination folder
$CXX --std=c++17 -O3 -g -fPIC \ $CXX --std=c++17 -O3 -fPIC \
-Wl,-Bsymbolic,-rpath,"\${ORIGIN}" \ -Wl,-Bsymbolic,-rpath,"\${ORIGIN}" \
-shared \ -shared \
-Wall -Wextra \ -Wall -Wextra \
-Wno-unused-variable \
-Wno-unused-function \
-Wno-unused-parameter \ -Wno-unused-parameter \
-I"." \ -I"." \
-I"${DAEMON_SRC}" \ -I"${DAEMON_SRC}" \
-I"${CONTRIB_PATH}/${CONTRIB_PLATFORM}/include" \ -I"${CONTRIB_PATH}/${CONTRIB_PLATFORM}/include" \
-I"${PLUGINS_LIB}" \ -I"${PLUGINS_LIB}" \
./../lib/common.cpp \
./../lib/accel.cpp \ ./../lib/accel.cpp \
./../lib/frameUtils.cpp \ ./../lib/frameUtils.cpp \
./../lib/frameFilter.cpp \ ./../lib/frameFilter.cpp \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment