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
...@@ -34,7 +34,6 @@ COMMON_STATIC_LIBRARIES := \ ...@@ -34,7 +34,6 @@ COMMON_STATIC_LIBRARIES := \
COMMON_SHARED_LIBRARIES := \ COMMON_SHARED_LIBRARIES := \
libdl \ libdl \
liblog \ liblog \
libutils \
libcutils \ libcutils \
libhardware libhardware
......
...@@ -55,9 +55,7 @@ COMMON_SHARED_LIBRARIES := \ ...@@ -55,9 +55,7 @@ COMMON_SHARED_LIBRARIES := \
libdl \ libdl \
liblog \ liblog \
libcutils \ libcutils \
libhardware \ libhardware
libui \
libutils
# Marshmallow does not have stlport, but comes with libc++ by default # Marshmallow does not have stlport, but comes with libc++ by default
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23 && echo PreMarshmallow),PreMarshmallow) ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23 && echo PreMarshmallow),PreMarshmallow)
......
...@@ -62,9 +62,7 @@ COMMON_SHARED_LIBRARIES := \ ...@@ -62,9 +62,7 @@ COMMON_SHARED_LIBRARIES := \
libdl \ libdl \
liblog \ liblog \
libcutils \ libcutils \
libhardware \ libhardware
libui \
libutils
# Marshmallow does not have stlport, but comes with libc++ by default # Marshmallow does not have stlport, but comes with libc++ by default
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23 && echo PreMarshmallow),PreMarshmallow) 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