Skip to content

Commit

Permalink
install ninja-build
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Apr 30, 2024
1 parent 55b2b54 commit 7601f79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ohos_armv7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ if [ "$VERSION" == "10.6.194" ]; then
wget \
build-essential \
python3 \
ninja-build \
xz-utils \
zip

Expand All @@ -30,6 +29,8 @@ else
zip
fi

sudo apt-get install -y ninja-build

cd ~
echo "=====[ Getting Depot Tools ]====="
git clone -q https://chromium.googlesource.com/chromium/tools/depot_tools.git
Expand Down
3 changes: 2 additions & 1 deletion ohos_armv8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ if [ "$VERSION" == "10.6.194" ]; then
wget \
build-essential \
python3 \
ninja-build \
xz-utils \
zip

Expand All @@ -30,6 +29,8 @@ else
zip
fi

sudo apt-get install -y ninja-build

cd ~
echo "=====[ Getting Depot Tools ]====="
git clone -q https://chromium.googlesource.com/chromium/tools/depot_tools.git
Expand Down
3 changes: 2 additions & 1 deletion ohos_x64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ if [ "$VERSION" == "10.6.194" ]; then
wget \
build-essential \
python3 \
ninja-build \
xz-utils \
zip

Expand All @@ -30,6 +29,8 @@ else
zip
fi

sudo apt-get install -y ninja-build

cd ~
echo "=====[ Getting Depot Tools ]====="
git clone -q https://chromium.googlesource.com/chromium/tools/depot_tools.git
Expand Down

0 comments on commit 7601f79

Please sign in to comment.