Merge "Stop using stlport."

This commit is contained in:
Dan Albert 2014-11-17 22:27:34 +00:00 committed by Gerrit Code Review
commit 40d48e177f

View file

@ -35,16 +35,11 @@ LOCAL_SHARED_LIBRARIES := \
libcutils \ libcutils \
libdl \ libdl \
liblog \ liblog \
libstlport \
libutils \ libutils \
LOCAL_PRELINK_MODULE := false LOCAL_PRELINK_MODULE := false
LOCAL_STRIP_MODULE := false LOCAL_STRIP_MODULE := false
LOCAL_C_INCLUDES := \
external/stlport/stlport \
bionic \
include $(BUILD_SHARED_LIBRARY) include $(BUILD_SHARED_LIBRARY)
endif # USE_SENSOR_MULTI_HAL endif # USE_SENSOR_MULTI_HAL