As per a lot of examples, android data bindings are enabled by putting the following snippet in build.gradle file:
android {
....
dataBinding {
enabled = true
}
}
However, I'm working on an android project in AOSP which builds using the make file (Android.mk).
So my question is: How can we add support for data-binding dependencies in android make file?
i think you must use the latest android studio 3.6 version , with the latest ndk + add this to your android gradle
check this : https://developer.android.com/topic/libraries/view-binding