Skip to content

Matter bluedroid #280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 8 commits into from
Prev Previous commit
fix(matter): removes darwin (android) from CHIP targets
  • Loading branch information
SuGlider authored Mar 5, 2025
commit 5558f1aa647bb7260c84f4b75fbe0a910bf03a78
2 changes: 1 addition & 1 deletion tools/update-components.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ -d "$CHIP_REPO_DIR" ]; then
rm -rf "$CHIP_REPO_DIR"
git clone --depth 1 -b "$CHIP_REPO_BRANCH" "$CHIP_REPO_URL" "$CHIP_REPO_DIR"
if [ $? -ne 0 ]; then exit 1; fi
$CHIP_REPO_DIR/scripts/checkout_submodules.py --platform esp32 darwin --shallow
$CHIP_REPO_DIR/scripts/checkout_submodules.py --platform esp32 --shallow
if [ $? -ne 0 ]; then exit 1; fi
echo "Patching CHIP v1.3 repository..."
CHIP_BAD_FILE="$CHIP_REPO_DIR/src/platform/ESP32/bluedroid/ChipDeviceScanner.cpp"
Expand Down
Loading