diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-08-03 11:58:19 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-08-03 11:58:19 +0100 |
commit | 42c1644f8b24d2462d747c07a75283e9cd99b415 (patch) | |
tree | aba6d0ce56421f93e3c63744b22c07824efd2917 /android/qa/simple | |
parent | 92236c0fc4c8704a72f20a3c2e6f22df3c5ae333 (diff) |
android: get rule sharing right; it seems we have to nest imports
Diffstat (limited to 'android/qa/simple')
-rw-r--r-- | android/qa/simple/build.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/qa/simple/build.xml b/android/qa/simple/build.xml index 1ac60081016b..5b385be4e380 100644 --- a/android/qa/simple/build.xml +++ b/android/qa/simple/build.xml @@ -80,6 +80,5 @@ in order to avoid having your file be overridden by tools such as "android update project" --> <!-- version-tag: 1 --> - <import file="${sdk.dir}/tools/ant/build.xml" /> <import file="${android.library.reference.1}/no-resource-compress.xml" /> </project> |