Skip to content

Commit

Permalink
try to remove android stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mshr-h authored Sep 22, 2024
1 parent 40f8b54 commit 0606261
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/scripts/task_build_hexagon_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ fi
mkdir -p build
cd build

cmake -DANDROID_ABI=arm64-v8a \
-DANDROID_PLATFORM=android-28 \
-DUSE_ANDROID_TOOLCHAIN="${ANDROID_NDK_HOME}/build/cmake/android.toolchain.cmake" \
-DUSE_HEXAGON_ARCH=v68 \
cmake -DUSE_HEXAGON_ARCH=v68 \
-DUSE_HEXAGON_SDK="${HEXAGON_SDK_ROOT}" \
-DUSE_HEXAGON_TOOLCHAIN="${HEXAGON_TOOLCHAIN}" \
-DUSE_OUTPUT_BINARY_DIR="${output_directory}" \
Expand Down

0 comments on commit 0606261

Please sign in to comment.