Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 11E57CB96 for ; Thu, 28 Jun 2012 15:06:35 +0000 (UTC) Received: (qmail 17345 invoked by uid 500); 28 Jun 2012 15:06:33 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 16652 invoked by uid 500); 28 Jun 2012 15:06:33 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 16637 invoked by uid 99); 28 Jun 2012 15:06:33 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2012 15:06:33 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 141148460; Thu, 28 Jun 2012 15:06:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bowserj@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [2/2] android commit: Forgot to add it renderscript.opt.level to the project. This will fix ant issues Message-Id: <20120628150633.141148460@tyr.zones.apache.org> Date: Thu, 28 Jun 2012 15:06:33 +0000 (UTC) Forgot to add it renderscript.opt.level to the project. This will fix ant issues Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/f78af9f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/f78af9f2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/f78af9f2 Branch: refs/heads/master Commit: f78af9f27baa82a351fb4b8a317ad50d54d99e56 Parents: 5829840 Author: Joe Bowser Authored: Thu Jun 28 08:00:35 2012 -0700 Committer: Joe Bowser Committed: Thu Jun 28 08:00:35 2012 -0700 ---------------------------------------------------------------------- framework/project.properties | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/f78af9f2/framework/project.properties ---------------------------------------------------------------------- diff --git a/framework/project.properties b/framework/project.properties index 276f130..1b7604c 100644 --- a/framework/project.properties +++ b/framework/project.properties @@ -12,3 +12,4 @@ split.density=false # Project target. target=Google Inc.:Google APIs:15 apk-configurations= +renderscript.opt.level=O0