blob: b605295990a4a05e51bc01a4a85752601664d859 [file] [log] [blame]
The Android Open Source Project52d4c302009-03-03 19:29:09 -08001<?xml version="1.0" encoding="UTF-8"?>
2<project name="PROJECT_NAME" default="package">
3
4 <!-- The build.properties file can be created by you and is never touched
5 by activitycreator. If you want to manually set properties, this is
6 the best place to set them. -->
7 <property file="build.properties"/>
8
9 <!-- The default.properties file is created and updated by activitycreator.
10 It will set any properties not already defined by build.properties. -->
11 <property file="default.properties"/>
12
13 <!-- ************************************************************************************* -->
14 <!-- Import the default Android build rules.
15 This requires ant 1.6.0 or above. -->
16
17 <import file="${sdk-folder}/tools/lib/alias_rules.xml" />
18
19</project>