cpp: LSPlt: Disable building shared lib
We dont need it. This also fixes some build errors when `DEBUG_SYMBOLS_PATH` is undefined. Signed-off-by: Dakkshesh <beakthoven@gmail.com>
This commit is contained in:
@@ -12,6 +12,7 @@ target_link_libraries(my_logging log)
|
||||
|
||||
# LSPlt configuration
|
||||
set(LSPLT_STANDALONE ON)
|
||||
set(LSPLT_BUILD_SHARED OFF)
|
||||
add_subdirectory(external/LSPlt/lsplt/src/main/jni)
|
||||
|
||||
# libutils stub
|
||||
|
||||
Reference in New Issue
Block a user