binderAllocationLimits - atrace tags

Broken by recent atrace changes, but not caught by infra, due to
build/soong not including test mapping import for binder/AIDL.
.
Bug: 161393989
Test: binderAllocationLimits --gtest_filter="*Small*"
Change-Id: Ic401ee4a3031672fc880ff92f130dd8fecb22e72
diff --git a/libs/binder/tests/Android.bp b/libs/binder/tests/Android.bp
index e460d2c..92d132f 100644
--- a/libs/binder/tests/Android.bp
+++ b/libs/binder/tests/Android.bp
@@ -605,6 +605,7 @@
     shared_libs: [
         "libbinder",
         "liblog",
+        "libcutils",
         "libutils",
         "libutilscallstack",
         "libbase",