summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2014-01-24 14:20:29 +0100
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2014-01-24 14:20:29 +0100
commit9f06006f71846799825522fdd00157f390a60464 (patch)
tree98752f6f4ea4a80cb8514d46f89061865d2bfe3f
parentffb63cf6aa360b997ac82c1cd38f2a782782982f (diff)
downloadarm-linux-androideabi-4.9-linaro-9f06006f71846799825522fdd00157f390a60464.tar.gz
Import Android Makefiles for the 4.9 prebuilt
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--Android.mk0
-rw-r--r--lib/Android.mk26
-rw-r--r--toolchain.mk17
3 files changed, 43 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Android.mk
diff --git a/lib/Android.mk b/lib/Android.mk
new file mode 100644
index 0000000..4d11ea5
--- /dev/null
+++ b/lib/Android.mk
@@ -0,0 +1,26 @@
+# 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)
+
+include $(CLEAR_VARS)
+
+LOCAL_PREBUILT_LIBS := \
+ libbfd.a \
+ libiberty.a \
+ libintl.a
+
+LOCAL_MODULE_TAGS := optional
+
+include $(BUILD_HOST_PREBUILT)
diff --git a/toolchain.mk b/toolchain.mk
new file mode 100644
index 0000000..8bf81fb
--- /dev/null
+++ b/toolchain.mk
@@ -0,0 +1,17 @@
+# 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)
+
+include $(call all-makefiles-under, $(LOCAL_PATH))