Sfoglia il codice sorgente

add necessary lib for HAPO build script

HAPO-9# 3 anni fa
parent
commit
45e7d5f689
2 ha cambiato i file con 12 aggiunte e 0 eliminazioni
  1. 2 0
      sh/HAPO/agx1/autodeploy.sh
  2. 10 0
      sh/HAPO/agx1/autogen.sh

+ 2 - 0
sh/HAPO/agx1/autodeploy.sh

@@ -69,6 +69,8 @@ lib_name=(
 	libivlog.so
 	libplatformif.so
 	libivexit.so
+	libivchart.so
+	libivbacktrace.so
 )
 
 for x in ${lib_name[@]}

+ 10 - 0
sh/HAPO/agx1/autogen.sh

@@ -153,6 +153,16 @@ rm Makefile
 rm .qmake.stash
 cd ../../../
 
+cd src/common/ivchart/
+$qtmake ivchart.pro
+make $MAKEOPT
+check_result $?
+make clean
+cp libivchart.so ./../../../bin/
+rm Makefile
+rm .qmake.stash
+cd ../../../
+
 controller_app_name=(
     controller_midcar
 )