summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-02-23 22:45:24 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-02-23 22:45:24 +0000
commit779b68630a2b8d71a0e02e943c83970a77776508 (patch)
tree381b98c2ec05467aee6bae684d3b7479c91c3370
parenta87160614507574b2af3fbe2c9148a7474db2397 (diff)
parent78998d974d69e9830f49dd756b689706600a4c09 (diff)
downloadmisc-779b68630a2b8d71a0e02e943c83970a77776508.tar.gz
Merge "Remove unused icu4j prebuilt Android.bp"android-p-preview-1android-o-mr1-iot-preview-7o-mr1-iot-preview-7
-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"],
-}