Skip to content

Commit

Permalink
Support scalabiltyMode setting for Android and iOS (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: alexlapa <lapa.alex@ex.ua>
  • Loading branch information
rogurotus and alexlapa authored Jan 31, 2024
1 parent 855fb1a commit 0f29e28
Show file tree
Hide file tree
Showing 4 changed files with 2,437 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/android/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ patch: common-patch
patch -p2 < $(PATCH_DIR)/disable_use_hermetic_xcode_on_linux.patch && \
patch -p2 < $(PATCH_DIR)/android_version.patch && \
patch -p2 < $(PATCH_DIR)/android_use_libunwind.patch && \
patch -p2 < $(PATCH_DIR)/enable_android_scalability_mode.patch && \
$(SCRIPTS_DIR)/generate_android_version.sh $(SRC_DIR) $(WEBRTC_COMMIT) $(WEBRTC_VERSION)


Expand Down
2 changes: 2 additions & 0 deletions build/ios/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ package:

.PHONY: patch
patch: common-patch
cd $(SRC_DIR) && \
patch -p2 < $(PATCH_DIR)/enable_ios_scalability_mode.patch

.PHONY: build
build: patch
Expand Down
Loading

0 comments on commit 0f29e28

Please sign in to comment.