summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2013-08-15 18:56:46 -0700
committerAndrew Hsieh <andrewhsieh@google.com>2013-08-15 18:56:46 -0700
commit38f0b690c5d3cdade2ab1f9e31e7866970093b53 (patch)
treeb9ef2b770010fa95ed0caf7e178f4eb54f9d99fe
parent9f3fe91f788eb04cfb57d46a22dbee2bece879b4 (diff)
downloadarm-linux-androideabi-4.7-38f0b690c5d3cdade2ab1f9e31e7866970093b53.tar.gz
Always include CLEAR_VARS in Android.mk
Otherwise build may terminate with error message reads ... Cannot set module stem for a library Change-Id: Ied239d70560eb102c5b3e6b4b3af7de3ef68d170
-rw-r--r--lib32/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib32/Android.mk b/lib32/Android.mk
index ae50302..dc0166a 100644
--- a/lib32/Android.mk
+++ b/lib32/Android.mk
@@ -14,6 +14,8 @@
LOCAL_PATH := $(call my-dir)
+include $(CLEAR_VARS)
+
LOCAL_PREBUILT_LIBS := \
libbfd.a \
libiberty.a \