diff options
author | cjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-13 20:17:24 +0000 |
---|---|---|
committer | cjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-13 20:17:24 +0000 |
commit | 1d1ebf4802b8b425659d7a853e8a8453adce0c05 (patch) | |
tree | 5a471f95fcbc8b06dc4caa2bd1609de5422d43dc /net/android | |
parent | d6fb791f82043564d3e617a21fb8b92dcd70197d (diff) | |
download | chromium_src-1d1ebf4802b8b425659d7a853e8a8453adce0c05.zip chromium_src-1d1ebf4802b8b425659d7a853e8a8453adce0c05.tar.gz chromium_src-1d1ebf4802b8b425659d7a853e8a8453adce0c05.tar.bz2 |
Make jars build from a single ant .xml template
The ant build files for each of the jars that we create consisted of
only fairly straightforward boilerplate. With the recent changes to
java.gypi and java_aidl.gypi we can now build these correctly from a
single .xml with GYP passing in defines for the minor differences.
BUG=136756
Review URL: https://chromiumcodereview.appspot.com/10831227
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151334 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/android')
-rw-r--r-- | net/android/java/net.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/net/android/java/net.xml b/net/android/java/net.xml deleted file mode 100644 index 521f245..0000000 --- a/net/android/java/net.xml +++ /dev/null @@ -1,16 +0,0 @@ -<!-- - Copyright (c) 2012 The Chromium Authors. All rights reserved. - Use of this source code is governed by a BSD-style license that can be - found in the LICENSE file. ---> -<project name="net" default="dist" basedir="."> - <description> - Building net/ java source code with ant. - </description> - <import file="../../../build/android/ant/chromium-jars.xml"/> - - <path id="javac.custom.classpath"> - <pathelement location="${ANDROID_SDK}/android.jar"/> - <pathelement location="${lib.dir}/chromium_base.jar"/> - </path> -</project> |