Bug:36847782 This reverts commit e5549d414c7231ee0037cf413dad17e28b8905ba. Change-Id: I38f1c501b7e40be11ba5f0a7a50651e0c3e41fc5
34 lines
896 B
Makefile
34 lines
896 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-full \
|
|
libharfbuzz_ng \
|
|
libft2 \
|
|
libminikin \
|
|
libandroidfw \
|
|
libRScpp
|
|
|
|
LOCAL_STATIC_LIBRARIES += \
|
|
libplatformprotos
|