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

Commit 5bdfbd3

Browse files
[[ Config ]] Added google play path to android gyp config
The root path to google play services is needed by any java components that wrap google play. The path to the play aars are needed when building.
1 parent c31e10e commit 5bdfbd3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)