summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@android.com>2013-08-19 21:25:12 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-08-19 21:25:12 +0000
commit29bc3290b3fa7005ea9a68c22cfa4731557d6c61 (patch)
treeb9ef2b770010fa95ed0caf7e178f4eb54f9d99fe
parent9f3fe91f788eb04cfb57d46a22dbee2bece879b4 (diff)
parent38f0b690c5d3cdade2ab1f9e31e7866970093b53 (diff)
downloadarm-linux-androideabi-4.7-29bc3290b3fa7005ea9a68c22cfa4731557d6c61.tar.gz
Merge "Always include CLEAR_VARS in Android.mk"tools_r22.2
-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 \