mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user