From 78f69724db4522633257b08e00654d2459d29d2b Mon Sep 17 00:00:00 2001 From: Martin Bektchiev Date: Wed, 16 Mar 2016 18:27:31 +0200 Subject: [PATCH] Document lib-file for Android --- www/docs/en/dev/plugin_ref/spec.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/docs/en/dev/plugin_ref/spec.md b/www/docs/en/dev/plugin_ref/spec.md index 57703db3697..af0e45631fa 100644 --- a/www/docs/en/dev/plugin_ref/spec.md +++ b/www/docs/en/dev/plugin_ref/spec.md @@ -492,6 +492,8 @@ arch(string) | The architecture for which the `.so` file has been built, either device-target(string)
==windows== | Allowed values: `win` (or `windows`), `phone` or `all`.
Indicates that the `` should only be included when building for the specified target device type. versions(string)
==windows== | Indicates that the `` should only be included when building for versions that match the specified version string. Value can be any valid node semantic version range string. +For Android, the `` element is used for installing **.jar** files in the project's **libs directory**. It supports only the `src` attribute which contains the relative path to the .jar file. + Examples: ```xml