Stop using stlport.

Bug: http://b/15193147
Change-Id: Ie58c5a85b5510fd02899e4b0e003b8b248192b65
(cherry picked from commit 65fa7189d02eedb7d882bbf5190ca7b92163ee49)
diff --git a/merrifield/test/Android.mk b/merrifield/test/Android.mk
index b0a262e..0c9fe4a 100644
--- a/merrifield/test/Android.mk
+++ b/merrifield/test/Android.mk
@@ -15,18 +15,12 @@
 	libbinder \
 	libcutils \
 	libgui \
-	libstlport \
 	libui \
 	libutils \
 
 LOCAL_C_INCLUDES := \
-    bionic \
-    $(call include-path-for, libstdc++) \
     $(call include-path-for, gtest) \
-    $(call include-path-for, stlport)
 
 # Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
 # to integrate with auto-test framework.
 include $(BUILD_EXECUTABLE)
-
-