Add binary file to support risc64 build 85/293685/1
authorwn.jang <wn.jang@samsung.com>
Fri, 2 Jun 2023 05:37:13 +0000 (14:37 +0900)
committerwn.jang <wn.jang@samsung.com>
Fri, 2 Jun 2023 05:37:13 +0000 (14:37 +0900)
Change-Id: I3efc14c89de555e6e24a0a30649fc33f29167d7e

CMakeLists.txt
bin/riscv64/voice_getengine [new file with mode: 0755]

index 6f31b9d..86519ac 100644 (file)
@@ -96,6 +96,8 @@ ELSEIF("${ARCH}" MATCHES "^aarch64.*")
 INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/aarch64/voice_getengine DESTINATION ${TZ_SYS_BIN})
 ELSEIF("${ARCH}" MATCHES "^x86_64.*")
 INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/x86_64/voice_getengine DESTINATION ${TZ_SYS_BIN})
+ELSEIF("${ARCH}" MATCHES "^riscv64.*")
+INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/riscv64/voice_getengine DESTINATION ${TZ_SYS_BIN})
 ENDIF()
 
 
diff --git a/bin/riscv64/voice_getengine b/bin/riscv64/voice_getengine
new file mode 100755 (executable)
index 0000000..bf088d4
Binary files /dev/null and b/bin/riscv64/voice_getengine differ