Skip to content

Commit 33797d5

Browse files
author
Archana Naik
committed
Added new js files to amazon-fireos platform.
1 parent aaba327 commit 33797d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

plugin.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,13 @@ xmlns:android="http://schemas.android.com/apk/res/android"
171171
<js-module src="www/android/FileSystem.js" name="androidFileSystem">
172172
<merges target="window.FileSystem" />
173173
</js-module>
174+
<js-module src="www/fileSystems-roots.js" name="fileSystems-roots">
175+
<runs/>
176+
</js-module>
177+
<js-module src="www/fileSystemPaths.js" name="fileSystemPaths">
178+
<merges target="cordova" />
179+
<runs/>
180+
</js-module>
174181
</platform>
175182

176183
<!-- ubuntu -->

0 commit comments

Comments
 (0)