Skip to content

Commit 3e2bd99

Browse files
committed
Add missing environment variable lookup.
1 parent cd89df9 commit 3e2bd99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

installations/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ allprojects {
3030

3131
apply plugin: 'com.android.library'
3232

33+
ext {
34+
firebaseAndroidStl = System.getenv('FIREBASE_ANDROID_STL')
35+
firebaseAndroidStl = firebaseAndroidStl != null ? firebaseAndroidStl : ''
36+
}
37+
3338
android {
3439
compileSdkVersion 28
3540
buildToolsVersion '28.0.3'

0 commit comments

Comments
 (0)