Skip to content

Commit 5558f1a

Browse files
authored
fix(matter): removes darwin (android) from CHIP targets
1 parent 5a908e4 commit 5558f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update-components.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if [ -d "$CHIP_REPO_DIR" ]; then
3737
rm -rf "$CHIP_REPO_DIR"
3838
git clone --depth 1 -b "$CHIP_REPO_BRANCH" "$CHIP_REPO_URL" "$CHIP_REPO_DIR"
3939
if [ $? -ne 0 ]; then exit 1; fi
40-
$CHIP_REPO_DIR/scripts/checkout_submodules.py --platform esp32 darwin --shallow
40+
$CHIP_REPO_DIR/scripts/checkout_submodules.py --platform esp32 --shallow
4141
if [ $? -ne 0 ]; then exit 1; fi
4242
echo "Patching CHIP v1.3 repository..."
4343
CHIP_BAD_FILE="$CHIP_REPO_DIR/src/platform/ESP32/bluedroid/ChipDeviceScanner.cpp"

0 commit comments

Comments
 (0)