Unbreak frameworks-net tests broken by missing libutilscallstack.

Test: atest FrameworksNetTest shows fewer failures
Change-Id: Ic6f2bc18e80d91226d8d49e047e3997ffc45e45a
Merged-In: Ic6f2bc18e80d91226d8d49e047e3997ffc45e45a
This commit is contained in:
Lorenzo Colitti
2018-01-22 12:53:18 +09:00
parent b7a479c293
commit f7fab104f9

View File

@@ -29,32 +29,34 @@ LOCAL_COMPATIBILITY_SUITE := device-tests
LOCAL_CERTIFICATE := platform LOCAL_CERTIFICATE := platform
# These are not normally accessible from apps so they must be explicitly included. # These are not normally accessible from apps so they must be explicitly included.
LOCAL_JNI_SHARED_LIBRARIES := libframeworksnettestsjni \ LOCAL_JNI_SHARED_LIBRARIES := \
android.hidl.token@1.0 \
libbacktrace \ libbacktrace \
libbase \ libbase \
libbinder \ libbinder \
libc++ \ libc++ \
libcrypto \
libcutils \ libcutils \
libframeworksnettestsjni \
libhidl-gen-utils \
libhidlbase \
libhidltransport \
libhwbinder \
liblog \ liblog \
liblzma \ liblzma \
libnativehelper \ libnativehelper \
libnetdaidl \ libnetdaidl \
libui \
libunwind \
libutils \
libvndksupport \
libcrypto \
libhidl-gen-utils \
libhidlbase \
libhidltransport \
libpackagelistparser \ libpackagelistparser \
libpcre2 \ libpcre2 \
libselinux \ libselinux \
libtinyxml2 \ libui \
libunwind \
libutils \
libvintf \ libvintf \
libhwbinder \ libvndksupport \
libtinyxml2 \
libunwindstack \ libunwindstack \
android.hidl.token@1.0 libutilscallstack
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk