android_frameworks_base/libs/hwui/hwui_static_deps.mk
Po-Chien Hsueh c5ae595e6f Remove build flag ANDROID_ENABLE_RENDERSCRIPT
remove this flag and consider renderscript is always enabled

Bug: 34693640
Test: compile
Change-Id: I22464e1d64f2a55a60ba9f8ab1510f2811605552
2017-02-09 15:00:09 +08:00

33 lines
888 B
Makefile

###############################################################################
#
#
# This file contains the shared and static dependencies needed by any target
# that attempts to statically link HWUI (i.e. libhwui_static build target). This
# file should be included by any target that lists libhwui_static as a
# dependency.
#
# This is a workaround for the fact that the build system does not add these
# transitive dependencies when it attempts to link libhwui_static into another
# library.
#
###############################################################################
LOCAL_SHARED_LIBRARIES += \
liblog \
libcutils \
libutils \
libEGL \
libGLESv2 \
libvulkan \
libskia \
libui \
libgui \
libprotobuf-cpp-lite \
libharfbuzz_ng \
libft2 \
libminikin \
libandroidfw
# enable RENDERSCRIPT
LOCAL_SHARED_LIBRARIES += libRScpp