Skip to content

Commit

Permalink
Add bazel build path "//litert" in run_bazel_build.sh.
Browse files Browse the repository at this point in the history
LITERT_OSS_REV_ID: 707227748
  • Loading branch information
junjiang-lab authored and copybara-github committed Dec 17, 2024
1 parent b6c5e5f commit ae94f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run_bazel_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ IOS_TARGETS=(

# Build targets for the specified platform.
if [ "$PLATFORM_NAME" == "ubuntu" ]; then
bazel build "${UBUNTU_BUILD_FLAGS[@]}" -- //tflite/... "${UBUNTU_EXCLUDED_TARGETS[@]}"
bazel build "${UBUNTU_BUILD_FLAGS[@]}" -- //tflite/... //litert/... "${UBUNTU_EXCLUDED_TARGETS[@]}"
elif [ "$PLATFORM_NAME" == "android" ]; then
bazel build "${ANDROID_BUILD_FLAGS[@]}" -- "${ANDROID_TARGETS[@]}"
elif [ "$PLATFORM_NAME" == "ios" ]; then
Expand Down

0 comments on commit ae94f57

Please sign in to comment.