switch to alsa.omap3 module
[android_pandora.git] / apps / oi-filemanager / FileManagerTest / build.xml
CommitLineData
811a5a4a 1<?xml version="1.0" encoding="UTF-8"?>
2<project name="FileManagerTest" default="help">
3 <!--
4 #############################################
5 Import tasks from common build script.
6 ############################################# -->
7
8 <!-- Private build properties are not shared via svn,
9 developers must have their own copy. -->
10 <property file="build-private.properties" />
11
12 <!-- Root directory of all OpenIntents files. -->
13 <property name="source.base" value="../.." />
14
15 <!-- Path for common ant script. -->
16 <property name="build.common.dir" value="${source.base}/distribution/ant" />
17
18 <!-- All definitions are imported from a central location -->
19 <import file="${build.common.dir}/test_build_common.xml" />
20</project>