From 64cb8ccc9511a641e108838526405230e527e4f2 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Thu, 10 Sep 2020 15:36:06 +0200 Subject: Add FindGradle from KNotification Besides finding Gradle from QtAndroidExtras and thus avoiding the usual way of the Android world of distributing that (a copy in your source code), it provides macros to generate and install Android AARs. Those are needed for libraries that have a non-trivial Java component on Android, e.g. needing a manifest fragment or having a dependency on other Java libs. This file has been copied to a few places meanwhile, so centralizing this in ECM makes sense. --- find-modules/local.properties.cmake | 1 + 1 file changed, 1 insertion(+) create mode 100644 find-modules/local.properties.cmake (limited to 'find-modules/local.properties.cmake') diff --git a/find-modules/local.properties.cmake b/find-modules/local.properties.cmake new file mode 100644 index 00000000..4f14cc3f --- /dev/null +++ b/find-modules/local.properties.cmake @@ -0,0 +1 @@ +sdk.dir=@ANDROID_SDK_ROOT@ -- cgit v1.2.1