Skip to content

Commit d19ee36

Browse files
jushgithub-actions[bot]
authored andcommitted
Enable build mapbox android gestures library from source (#8371)
This PR adds a new gradle property to be able to build the `vendor/mapbox-gestures-android` from source as part of the Maps SDK. By default it will be `false`. cc @mapbox/maps-android GitOrigin-RevId: ef21112ded4f0ae2da52cbf4699194f088b140c6
1 parent 8d1fb25 commit d19ee36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ android.useAndroidX=true
4545
kotlin.code.style=official
4646
# Internal build flag to build from source.
4747
buildFromSource=false
48+
# Internal build flag to build Android Gestures from `vendor/mapbox-gestures-android`.
49+
buildAndroidGesturesFromSource=false
50+
4851
# Disable ksp incremental feature due to ksp bug in https://github.com/google/ksp/issues/1280
4952
ksp.incremental=false
5053

0 commit comments

Comments
 (0)