Remove uncessary dependency of libhwui

- libRS.so is not directly used. It is accessed by libRScpp.so.

Test: mm, and boot-up test on sailfish
Change-Id: I5742d2ee3b34ef09bcb997524408affce1ace8fd
This commit is contained in:
Miao Wang
2017-01-31 17:26:52 -08:00
parent ad3190becc
commit 629fd3d48b
2 changed files with 2 additions and 2 deletions

View File

@@ -192,7 +192,7 @@ hwui_c_includes += \
ifneq (false,$(ANDROID_ENABLE_RENDERSCRIPT))
hwui_cflags += -DANDROID_ENABLE_RENDERSCRIPT
hwui_c_includes += \
$(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,) \
$(call intermediates-dir-for,STATIC_LIBRARIES,TARGET,) \
frameworks/rs/cpp \
frameworks/rs
endif

View File

@@ -29,5 +29,5 @@ LOCAL_SHARED_LIBRARIES += \
libandroidfw
ifneq (false,$(ANDROID_ENABLE_RENDERSCRIPT))
LOCAL_SHARED_LIBRARIES += libRS libRScpp
LOCAL_SHARED_LIBRARIES += libRScpp
endif