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
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 \