1182aa8aeSopenharmony_ci#!/bin/bash 2182aa8aeSopenharmony_ci# This library is free software; you can redistribute it and/or 3182aa8aeSopenharmony_ci# modify it under the terms of the GNU Lesser General Public 4182aa8aeSopenharmony_ci# License as published by the Free Software Foundation version 2.1 5182aa8aeSopenharmony_ci# of the License. 6182aa8aeSopenharmony_ci# 7182aa8aeSopenharmony_ci# Copyright(c) 2023 Huawei Device Co., Ltd. 8182aa8aeSopenharmony_ci 9182aa8aeSopenharmony_ciset -e 10182aa8aeSopenharmony_cicd $1 11182aa8aeSopenharmony_ciif [ -d "abseil-cpp" ];then 12182aa8aeSopenharmony_ci rm -rf abseil-cpp 13182aa8aeSopenharmony_cifi 14182aa8aeSopenharmony_citar zxvf abseil-cpp-20220623.1.tar.gz 15182aa8aeSopenharmony_cimv abseil-cpp-20220623.1 abseil-cpp 16182aa8aeSopenharmony_cicd $1/abseil-cpp 17182aa8aeSopenharmony_ciexit 0