<meta-data android:name="android.app.load_local_libs" android:value="plugins/platforms/android/libqtforandroid.so"/>
<meta-data android:name="android.app.load_local_jars" android:value="jar/QtAndroid.jar:jar/QtAndroidAccessibility.jar:jar/QtAndroid-bundled.jar:jar/QtAndroidAccessibility-bundled.jar"/>
<meta-data android:name="android.app.static_init_classes" android:value=""/>
- <!-- Messages maps -->
+ <!-- Messages maps -->
<meta-data android:value="@string/ministro_not_found_msg" android:name="android.app.ministro_not_found_msg"/>
<meta-data android:value="@string/ministro_needed_msg" android:name="android.app.ministro_needed_msg"/>
<meta-data android:value="@string/fatal_error_msg" android:name="android.app.fatal_error_msg"/>
- <!-- Messages maps -->
+ <!-- Messages maps -->
<!-- Splash screen -->
<!--
<meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/logo"/>
<property name="pulseview-source-path" value="${basedir}/.."/>
<property name="pulseview-build-path" value="${pulseview-source-path}"/>
<property name="cmake-cache" value="${pulseview-build-path}/CMakeCache.txt"/>
-
<target name="-get-prefix">
<loadproperties srcFile="${cmake-cache}" prefix="cmake">
<filterchain>
<property name="prefix" value="${cmake.CMAKE_INSTALL_PREFIX}"/>
<property name="android.abi" value="${cmake.ANDROID_ABI}"/>
</target>
-
<target name="-declare-anttasks" depends="-get-prefix">
<taskdef resource="anttasks.properties"
classpath="${prefix}/jar/sigrok-androidutils-anttasks.jar"/>
</target>
-
<target name="-pre-build" depends="-get-prefix, -declare-anttasks">
<copylibs todir="${native.libs.absolute.dir}" property="bundled_libs">
<fileset dir="${pulseview-build-path}/libs"/>
<item>libplugins_iconengines_libqsvgicon.so:plugins/iconengines/libqsvgicon.so</item>
<item>libplugins_accessible_libqtaccessiblewidgets.so:plugins/accessible/libqtaccessiblewidgets.so</item>
</array>
-
<array name="bundled_in_assets">
<!-- %%INSERT_BUNDLED_IN_ASSETS%% -->
</array>