Home | History | Annotate | Download | only in ant

Lines Matching refs:assets

48  * <tr><td>-A asset-source-dir</td><td>assets</td><td>attribute (Path</td></tr>
61 * This let the developers prevent compression of some files in assets/ and res/raw/
63 * If the extension is null, this will disable compression for all files in assets/ and
248 * Sets the value of the "assets" attribute.
249 * @param assets the value.
251 public void setAssets(Path assets) {
252 mAssets = TaskHelper.checkSinglePath("assets", assets);
445 // If we're here to generate a .ap_ file we need to use assets as an input path as well.
461 System.out.println("No changed resources or assets. " + mApkName
594 // assets location. This may not exists, and aapt doesn't like it, so we check first.