Skip to content

Commit 68f6160

Browse files
cibgoglin
authored andcommitted
contrib/android: force enable BuildConfig
It's disabled by default in Android Gradle Plugin 8+ Signed-off-by: Brice Goglin <[email protected]>
1 parent eff3acb commit 68f6160

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/android/AndroidApp/lstopo/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ android {
5353
version "3.7.2+"
5454
}
5555
}
56+
buildFeatures {
57+
buildConfig = true
58+
}
5659
}
5760

5861
// map for the version code that gives each ABI a value. make sure to list all ABIs mentioned in splits block, an keep the order.

0 commit comments

Comments
 (0)