This commit is contained in:
Ali 2020-05-05 22:15:34 +04:00
parent e3d43c6af2
commit a708b6c36d

View file

@ -24,8 +24,8 @@ genrule(
mkdir -p "$BUILD_DIR"
mkdir -p "$BUILD_DIR/webrtc-ios"
cp -R "../../../../../third-party/webrtc/webrtc-ios/.git" "$BUILD_DIR/webrtc-ios/.git"
cp -R "$SRCDIR/webrtc-ios/src" "$BUILD_DIR/webrtc-ios/src"
cp -R "../../../../../third-party/webrtc/webrtc-ios/.git" "$BUILD_DIR/webrtc-ios/.git"
DEPOT_TOOLS_PATH="$(location //third-party:depot_tools_sources)"