Check target-dir mapping of plugin xml source file (PR #550)

Possibly related to: CB-13830: Add handlers for plugins
that use non-Java source files, such as Camera
This commit is contained in:
Christopher J. Brody
2018-11-12 21:50:20 -05:00
parent 5222a0f605
commit e3468c66a3
3 changed files with 15 additions and 0 deletions
+1
View File
@@ -76,6 +76,7 @@
target-dir="app/libs" />
<source-file src="src/android/TestAar.aar"
target-dir="app/libs" />
<source-file src="src/android/mysettings.xml" target-dir="res/xml" />
<lib-file src="src/android/TestLib.jar" />
</platform>
</plugin>