Add ICU4J prebuilt used by ADT and layoutlib

Add ICU v50.1.1 prebuilt. It is bundled with the SDK and used by
layoutlib to determine the character orientation (right to left or left
to right) of the locale with which the layout should be rendered. This
is the Java version corresponding to the C version in external/icu4c

Change-Id: Ib1b6cf7b5bcb3cd9ad2c103850dafa500f72a7dc
diff --git a/common/icu4j/Android.mk b/common/icu4j/Android.mk
new file mode 100644
index 0000000..bb0baa8
--- /dev/null
+++ b/common/icu4j/Android.mk
@@ -0,0 +1,21 @@
+# Copyright (C) 2008 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.
+
+LOCAL_PATH:= $(call my-dir)
+
+include $(CLEAR_VARS)
+
+LOCAL_PREBUILT_JAVA_LIBRARIES := icu4j$(COMMON_JAVA_PACKAGE_SUFFIX)
+
+include $(BUILD_HOST_PREBUILT)
diff --git a/common/icu4j/PREBUILT b/common/icu4j/PREBUILT
new file mode 100644
index 0000000..813418a
--- /dev/null
+++ b/common/icu4j/PREBUILT
@@ -0,0 +1,4 @@
+The objects in this prebuilt directory can be rebuilt
+using the source archive hosted at
+
+http://download.icu-project.org/files/icu4j/50.1.1/icu4j-50_1_1.tgz
diff --git a/common/icu4j/icu4j.jar b/common/icu4j/icu4j.jar
new file mode 100644
index 0000000..ac6fa6e
--- /dev/null
+++ b/common/icu4j/icu4j.jar
Binary files differ
diff --git a/common/icu4j/license.txt b/common/icu4j/license.txt
new file mode 100644
index 0000000..6041431
--- /dev/null
+++ b/common/icu4j/license.txt
@@ -0,0 +1,26 @@
+Copyright (c) 1995-2013 International Business Machines Corporation and others
+
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, and/or sell copies of the
+Software, and to permit persons to whom the Software is furnished to do so,
+provided that the above copyright notice(s) and this permission notice appear
+in all copies of the Software and that both the above copyright notice(s) and
+this permission notice appear in supporting documentation.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
+NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
+LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY
+DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
+CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+Except as contained in this notice, the name of a copyright holder shall not be
+used in advertising or otherwise to promote the sale, use or other dealings in
+this Software without prior written authorization of the copyright holder.
+