Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 4bee4a0

Browse files
Merge pull request #7036 from livecodemichael/add_play_to_android_config
[[ Config ]] Added google play path to android gyp config
2 parents 9fc2cc1 + 5bdfbd3 commit 4bee4a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/android.gypi

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@
3333

3434
'android_ndk_path%': '<(android_ndk_path)',
3535
'android_subplatform%': 'sdk<(android_api_version)_ndk<(android_ndk_platform_version)<(android_ndk_version)',
36+
37+
'android_play_path': '<(android_sdk_path)/extras/google/m2repository/com/google/android/gms',
3638
},
37-
39+
3840
'target_defaults':
3941
{
4042
'variables':

0 commit comments

Comments
 (0)