OSDN Git Service

Unbreak frameworks-net tests broken by missing libutilscallstack.
authorLorenzo Colitti <lorenzo@google.com>
Mon, 22 Jan 2018 03:53:18 +0000 (12:53 +0900)
committerLorenzo Colitti <lorenzo@google.com>
Mon, 22 Jan 2018 12:41:20 +0000 (21:41 +0900)
Test: atest FrameworksNetTest shows fewer failures
Change-Id: Ic6f2bc18e80d91226d8d49e047e3997ffc45e45a

tests/net/Android.mk

index 1bd1af5..994f3cc 100644 (file)
@@ -31,32 +31,34 @@ LOCAL_COMPATIBILITY_SUITE := device-tests
 LOCAL_CERTIFICATE := platform
 
 # 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 \
     libbase \
     libbinder \
     libc++ \
+    libcrypto \
     libcutils \
+    libframeworksnettestsjni \
+    libhidl-gen-utils \
+    libhidlbase \
+    libhidltransport \
+    libhwbinder \
     liblog \
     liblzma \
     libnativehelper \
     libnetdaidl \
+    libpackagelistparser \
+    libpcre2 \
+    libselinux \
     libui \
     libunwind \
     libutils \
+    libvintf \
     libvndksupport \
-    libcrypto \
-    libhidl-gen-utils \
-    libhidlbase \
-    libhidltransport \
-    libpackagelistparser \
-    libpcre2 \
-    libselinux \
     libtinyxml2 \
-    libvintf \
-    libhwbinder \
     libunwindstack \
-    android.hidl.token@1.0
+    libutilscallstack
 
 LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk