Commit d2cde9ca by Greg Hartman

Remove unneeded libraries

Change-Id: I827b663c9e3018162b192f267fc038ada4b5ac36 Reviewed-on: https://swiftshader-review.googlesource.com/4879Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarNicolas Capens <capn@google.com>
parent 5989fab7
......@@ -24,4 +24,4 @@ ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),x86 x86_64))
ifneq ($(filter gce_x86 gce calypso, $(TARGET_DEVICE))$(filter sdk_google_% google_sdk_%, $(TARGET_PRODUCT)),)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif
endif
\ No newline at end of file
endif
......@@ -34,7 +34,6 @@ COMMON_STATIC_LIBRARIES := \
COMMON_SHARED_LIBRARIES := \
libdl \
liblog \
libutils \
libcutils \
libhardware
......
......@@ -55,9 +55,7 @@ COMMON_SHARED_LIBRARIES := \
libdl \
liblog \
libcutils \
libhardware \
libui \
libutils
libhardware
# Marshmallow does not have stlport, but comes with libc++ by default
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23 && echo PreMarshmallow),PreMarshmallow)
......
......@@ -62,9 +62,7 @@ COMMON_SHARED_LIBRARIES := \
libdl \
liblog \
libcutils \
libhardware \
libui \
libutils
libhardware
# Marshmallow does not have stlport, but comes with libc++ by default
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23 && echo PreMarshmallow),PreMarshmallow)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment