Files
android_development/tools/scripts/build.alias.template
Xavier Ducrohet 2328b4f3f5 am 3a92963b: Merge change 22652 into donut
Merge commit '3a92963bf3865330e89b3e7a66b66dd9cfc8792b' into eclair

* commit '3a92963bf3865330e89b3e7a66b66dd9cfc8792b':
  Cleanup SDK packaging: remove alias build files.
2009-08-26 11:41:53 -07:00

24 lines
903 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
ALIAS PROJECTS ARE CURRENT NOT SUPPORTED.
THIS FILE IS CURRENTLY BROKEN AND SHOULD NOT BE USED.
-->
<project name="PROJECT_NAME" default="package">
<!-- The build.properties file can be created by you and is never touched
by activitycreator. If you want to manually set properties, this is
the best place to set them. -->
<property file="build.properties" />
<!-- The default.properties file is created and updated by activitycreator.
It will set any properties not already defined by build.properties. -->
<property file="default.properties" />
<!-- ************************************************************************************* -->
<!-- Import the default Android build rules.
This requires ant 1.6.0 or above. -->
<import file="${sdk.dir}/tools/lib/alias_rules.xml" />
</project>