summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2013-08-15 19:00:19 -0700
committerAndrew Hsieh <andrewhsieh@google.com>2013-08-15 19:00:19 -0700
commit53f122e25ee3c5e25009792cfa7551a2198a6eb2 (patch)
tree9181b918f28c3e78e7df93dcad0c035d97879cea
parent59ba91ee388518529644c33f5df50050e41d2051 (diff)
downloadmipsel-linux-android-4.7-53f122e25ee3c5e25009792cfa7551a2198a6eb2.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: I4448b7b56eb7c26dd079a429c1a864b7abe5256c
-rw-r--r--lib32/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib32/Android.mk b/lib32/Android.mk
index e900499..dbb512b 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 \