summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2013-05-13 15:24:02 +0200
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2013-05-13 15:24:02 +0200
commitd825acd2cc8d18cc40c5eaa07ed2fe0c1c0c1df0 (patch)
tree792d4785b2b34bad44a5cff87ad5a0f2fac177be
parentb6f3c025dc23671815ff4e3f92a7f3a81eed61cc (diff)
downloadarm-linux-androideabi-4.8-linaro-d825acd2cc8d18cc40c5eaa07ed2fe0c1c0c1df0.tar.gz
Add missing lib/Android.mk
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--lib/Android.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/Android.mk b/lib/Android.mk
new file mode 100644
index 0000000..a86de8b
--- /dev/null
+++ b/lib/Android.mk
@@ -0,0 +1,24 @@
+# Copyright (C) 2011 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)
+
+LOCAL_PREBUILT_LIBS := \
+ libbfd.a \
+ libiberty.a \
+ libintl.a
+
+LOCAL_MODULE_TAGS := optional
+
+include $(BUILD_HOST_PREBUILT)