Skip to content

Commit 4349efd

Browse files
committed
Add NDK path environment variable.
1 parent 5b22369 commit 4349efd

File tree

11 files changed

+11
-0
lines changed

11 files changed

+11
-0
lines changed

admob/testapp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ apply plugin: 'com.android.application'
2323

2424
android {
2525
compileSdkVersion 34
26+
ndkPath System.getenv('ANDROID_NDK_HOME')
2627
buildToolsVersion '30.0.2'
2728

2829
sourceSets {

analytics/testapp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ android {
2727
targetCompatibility 1.8
2828
}
2929
compileSdkVersion 34
30+
ndkPath System.getenv('ANDROID_NDK_HOME')
3031
buildToolsVersion '30.0.2'
3132

3233
sourceSets {

auth/testapp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ android {
2828
}
2929

3030
compileSdkVersion 34
31+
ndkPath System.getenv('ANDROID_NDK_HOME')
3132
buildToolsVersion '30.0.2'
3233

3334
sourceSets {

database/testapp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ android {
2727
targetCompatibility 1.8
2828
}
2929
compileSdkVersion 34
30+
ndkPath System.getenv('ANDROID_NDK_HOME')
3031
buildToolsVersion '30.0.2'
3132

3233
sourceSets {

dynamic_links/testapp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ android {
2727
targetCompatibility 1.8
2828
}
2929
compileSdkVersion 34
30+
ndkPath System.getenv('ANDROID_NDK_HOME')
3031
buildToolsVersion '30.0.2'
3132

3233
sourceSets {

firestore/testapp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ android {
2727
targetCompatibility 1.8
2828
}
2929
compileSdkVersion 34
30+
ndkPath System.getenv('ANDROID_NDK_HOME')
3031
buildToolsVersion '30.0.2'
3132

3233
sourceSets {

functions/testapp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ android {
2727
targetCompatibility 1.8
2828
}
2929
compileSdkVersion 34
30+
ndkPath System.getenv('ANDROID_NDK_HOME')
3031
buildToolsVersion '30.0.2'
3132

3233
sourceSets {

gma/testapp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ android {
2828
}
2929

3030
compileSdkVersion 34
31+
ndkPath System.getenv('ANDROID_NDK_HOME')
3132
buildToolsVersion '30.0.2'
3233

3334
sourceSets {

messaging/testapp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ android {
2727
targetCompatibility 1.8
2828
}
2929
compileSdkVersion 34
30+
ndkPath System.getenv('ANDROID_NDK_HOME')
3031
buildToolsVersion '30.0.2'
3132

3233
sourceSets {

remote_config/testapp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ android {
2727
targetCompatibility 1.8
2828
}
2929
compileSdkVersion 34
30+
ndkPath System.getenv('ANDROID_NDK_HOME')
3031
buildToolsVersion '30.0.2'
3132

3233
sourceSets {

0 commit comments

Comments
 (0)