Merge "Remove uncessary dependency of libhwui"

This commit is contained in:
Miao Wang
2017-02-06 22:47:15 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

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

View File

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