I'm trying to load an opencv example into Android Studio.
When I clone the repository, one of the files is "build.gradle.in".
Android studio normally uses "build.gradle" files, without the ".in" extension. (See build.gradle in the project vs. build.gradle in the app "android camera calibration" https://github.com/rpng/android-camera-calibration/blob/master/app/build.gradle etc. ).
What is a "build.gradle.in" file? Do I need to do something with it? Do I need to tell Android Studio to do something with it, and if so, how?
(I tried to search for "build.gradle.in" in my favorite search engine, but I get a bunch of irrelevant documents talking about placing the file "build.gradle" "in" some folder or another).