summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNan Zhang <nanzhang@google.com>2018-02-23 23:20:00 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-23 23:20:00 +0000
commit804bce5784b6613572a5f922dedf87dc9cdc5fe3 (patch)
treed74817f2550bafc23733efcccd2f7439637fa6eb
parentbcd49c109b44a46ffd1b221a81e83da45033ae32 (diff)
parent98ed83252fe5c2fcaeb836c3fecd9e8f61a8fc98 (diff)
downloadmisc-804bce5784b6613572a5f922dedf87dc9cdc5fe3.tar.gz
Merge "Remove unused icu4j prebuilt Android.bp" am: 779b68630a am: 3ebfad364f
am: 98ed83252f Change-Id: I44ea3765bd2e17f316fa16f3a46b32d63179fbec
-rw-r--r--common/icu4j/Android.bp18
1 files changed, 0 insertions, 18 deletions
diff --git a/common/icu4j/Android.bp b/common/icu4j/Android.bp
deleted file mode 100644
index 709c8f28..00000000
--- a/common/icu4j/Android.bp
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright (C) 2013 The Android Open Source Project
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-java_import_host {
- name: "icu4j",
- jars: ["icu4j.jar"],
-}