OSDN Git Service

Remove EGL dependency on LLVM.
authorNicolas Capens <capn@google.com>
Wed, 3 May 2017 20:07:14 +0000 (16:07 -0400)
committerNicolas Capens <capn@google.com>
Fri, 5 May 2017 17:08:19 +0000 (17:08 +0000)
EGL does not and should not depend on LLVM.

Change-Id: I36ef1d67e67cdf7625ca8c1a6f1bf3214c39ee4c
Reviewed-on: https://swiftshader-review.googlesource.com/9611
Reviewed-by: Nicolas Capens <capn@google.com>
Tested-by: Nicolas Capens <capn@google.com>
src/OpenGL/libEGL/Android.mk

index 99ab80f..d756685 100644 (file)
@@ -29,9 +29,6 @@ COMMON_C_INCLUDES := \
        $(LOCAL_PATH)/../ \
        $(LOCAL_PATH)/../../
 
-COMMON_STATIC_LIBRARIES := \
-       libLLVM_swiftshader
-
 COMMON_SHARED_LIBRARIES := \
        libdl \
        liblog \