Skip to content

Commit 4e3731b

Browse files
author
Cynthia Jiang
committed
remove python2 reference in the scripts
1 parent 0a9ea9a commit 4e3731b

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Home brew can be used to install required dependencies:
3636
# https://github.com/protocolbuffers/protobuf/blob/master/kokoro/macos/prepare_build_macos_rc#L20
3737
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
3838
source $HOME/.rvm/scripts/rvm
39-
brew install cmake protobuf python2 mono swig@3
39+
brew install cmake protobuf python mono swig
4040
sudo chown -R $(whoami) /usr/local
4141

4242
export PATH="/usr/local/opt/swig@3/bin:$PATH"

build_android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ mkdir -p android_build
8080
pushd android_build
8181

8282
# Configure cmake with option value
83-
cmake .. ${CMAKE_OPTIONS} -DANDROID_ABI=armeabi-v7a
83+
cmake .. ${CMAKE_OPTIONS}
8484
check_exit_code $?
8585

8686
# Build the SDK

build_package.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
# Lint as: python2
1817
"""Packages zip files from unity builds into unity packages.
1918
2019
Takes packages produced from the unity sdk builds i.e.:

scripts/update_versions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
# Lint as: python2
1817
"""Update the version numbers in cmake/firebase_unity_version.cmake.
1918
2019
To use locally, make sure call following installation first.

0 commit comments

Comments
 (0)