switch to alsa.omap3 module
[android_pandora.git] / apps / oi-filemanager / FileManagerDemo / build.properties
1 ##### Notice:\r
2\r
3 # Ant properties are immutable: \r
4 # whoever sets a property first freezes \r
5 # it for the rest of the build.\r
6 #\r
7 # You can therefore override the following properties\r
8 # either through the command line or within Eclipse:\r
9 #\r
10 # --------------\r
11 # In Eclipse:\r
12 #       * Open "Window" / "Preferences..."\r
13 #       * Select "Ant" / "Runtime"\r
14 #       * Choose tab "Properties"\r
15 #       * Click "Add Property..." for the following:\r
16 #               \r
17 #       * - Name: "android.sdk"\r
18 #         - value: [path to sdk, e.g. C:\android-sdk_m5-rc15_windows]\r
19 # -------------<\r
20 # Alternatively, you can provide the property through the\r
21 # command line:\r
22 #       * ant -Dandroid.sdk=C:\android-sdk_m5-rc15_windows\r
23 \r
24 \r
25 ####################################\r
26 # Global properties\r
27 #\r
28 \r
29 ####################################\r
30 # OS specific properties\r
31 #\r
32 \r
33 # android.sdk : path to Android SDK\r
34 \r
35 ### Windows\r
36 android.sdk=C:\\Program Files\\android\\android-sdk-windows-1.0_r1\r
37 #android.sdk=C:\\android-sdk-windows-1.0_r1\r
38 android.aapt=aapt.exe\r
39 android.aidl=aidl.exe\r
40 android.dx=dx.bat\r
41 android.jar=android.jar\r
42 \r
43 \r
44 ### Linux\r
45 # android.sdk=/opt/tools/javame/android-sdk_m5-rc15_linux-x86\r
46 # android.aapt=aapt\r
47 # android.aidl=aidl\r
48 # android.dx=dx\r
49 # android.jar=android.jar\r