Test old plugin aidl & lib mapping - repros GH-547

(reproduces GH-547)
This commit is contained in:
Christopher J. Brody
2018-11-13 13:06:48 -05:00
parent 92f07d0418
commit bbb3913a36
6 changed files with 68 additions and 0 deletions
+4
View File
@@ -78,6 +78,10 @@
target-dir="app/libs" />
<source-file src="src/android/mysettings.xml" target-dir="res/xml" />
<source-file src="src/android/other.extension" target-dir="res/values" />
<source-file src="src/android/myapi.aidl" target-dir="src/com/mytest" />
<source-file src="src/android/testaar2.aar" target-dir="libs" />
<source-file src="src/android/testjar2.jar" target-dir="libs" />
<source-file src="src/android/jniLibs/x86/libnative.so" target-dir="libs/x86" />
<lib-file src="src/android/TestLib.jar" />
</platform>
</plugin>