From ae94f57cc43646896634c86613226a8403ca5061 Mon Sep 17 00:00:00 2001 From: Jun Jiang Date: Tue, 17 Dec 2024 13:26:27 -0800 Subject: [PATCH] Add bazel build path "//litert" in run_bazel_build.sh. LITERT_OSS_REV_ID: 707227748 --- ci/run_bazel_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run_bazel_build.sh b/ci/run_bazel_build.sh index b3ffd1f4..abde798d 100644 --- a/ci/run_bazel_build.sh +++ b/ci/run_bazel_build.sh @@ -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