Trampoline atrace definitions through libbinder to libcutils
This avoids adding libcutils (additional) deps to aidls that
generate binder trace tags (the default for cpp backends now).
Others:
1. Added libbinder to libinputflinger_base_defaults to fix the
build
2. Fixed redefinition of ATRACE_TAG by redefining package manager
specific trace functions in a separate source
Test: Manual
Bug: 161393989
Change-Id: I7b83c0d11c3fa98bf31c29a880853566ad0909c3
diff --git a/cmds/installd/Android.bp b/cmds/installd/Android.bp
index 0f7c489..8e37ce9 100644
--- a/cmds/installd/Android.bp
+++ b/cmds/installd/Android.bp
@@ -25,6 +25,7 @@
"CrateManager.cpp",
"InstalldNativeService.cpp",
"QuotaUtils.cpp",
+ "SysTrace.cpp",
"dexopt.cpp",
"execv_helper.cpp",
"globals.cpp",