Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d5b9778 authored by Miao Wang's avatar Miao Wang Committed by Android (Google) Code Review
Browse files

Merge "Remove uncessary dependency of libhwui"

parents 60a54640 629fd3d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -29,5 +29,5 @@ LOCAL_SHARED_LIBRARIES += \
    libandroidfw

ifneq (false,$(ANDROID_ENABLE_RENDERSCRIPT))
    LOCAL_SHARED_LIBRARIES += libRS libRScpp
    LOCAL_SHARED_LIBRARIES += libRScpp
endif