Skip to content

Commit

Permalink
Stop hard coding GCC.
Browse files Browse the repository at this point in the history
This has been deprecated for over a year.
  • Loading branch information
DanAlbert committed Mar 31, 2017
1 parent db9f73f commit 64c31c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions san-angeles/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ android {
versionName "1.0"
externalNativeBuild {
cmake {
arguments '-DANDROID_PLATFORM=android-9',
'-DANDROID_TOOLCHAIN=gcc'
arguments '-DANDROID_PLATFORM=android-9'
}
}
}
Expand Down

0 comments on commit 64c31c0

Please sign in to comment.