diff options
author | Xavier Ducrohet <xav@android.com> | 2010-09-10 16:54:32 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2010-09-10 16:55:42 -0700 |
commit | 0a3b9b3c4e73abf826866cec9fca394d690caed2 (patch) | |
tree | 601b7043bbd2b163297ca6cddfefdb0b3c6cbc2f | |
parent | 3d086328a682726bcdc1f95cb400db31d9781e8a (diff) | |
download | sdk-0a3b9b3c4e73abf826866cec9fca394d690caed2.zip sdk-0a3b9b3c4e73abf826866cec9fca394d690caed2.tar.gz sdk-0a3b9b3c4e73abf826866cec9fca394d690caed2.tar.bz2 |
Fix test ant rules.
They were importing the old name of the main rules.
Change-Id: If5d591d48f420e5bd8a24843c99befdbb487cd80
-rw-r--r-- | files/ant/test_rules.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ant/test_rules.xml b/files/ant/test_rules.xml index 62fc77d..955fba4 100644 --- a/files/ant/test_rules.xml +++ b/files/ant/test_rules.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="android_test_rules" default="run-tests"> - <import file="ant_rules_r3.xml" /> + <import file="main_rules.xml" /> <property name="tested.project.absolute.dir" location="${tested.project.dir}" /> <property name="instrumentation.dir" value="instrumented" /> |