Browse Source

update build.sh

pull/38/head
taoxiangdong 4 years ago
parent
commit
f974b22449
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      build.sh

+ 2
- 2
build.sh View File

@@ -186,8 +186,8 @@ generate_package()
done

find ${OUTPUT_PATH}/${PARSER_LIB_PATH} -maxdepth 1 -name "libc_sec.so" -exec cp -f {} ${OUTPUT_PATH}/${ATC_PATH} \;
find ${OUTPUT_PATH}/${METADEF_LIB_PATH} -maxdepth 1 -name "libregister.a" -exec cp -f {} ${OUTPUT_PATH}/${ACL_PATH} \;
find ${OUTPUT_PATH}/${PARSER_LIB_PATH} -maxdepth 1 -name "libregister.a" -exec cp -f {} ${OUTPUT_PATH}/${ACL_PATH} \;
tar -cf parser_lib.tar fwkacllib acllib atc
}



Loading…
Cancel
Save