Move trace utils to tracinglib
Create new library, tracinglib, for storing common tracing utils,
including support for tracing of Kotlin coroutines.
Also, update package name of tracinglib from
com.android.systemui.tracing to com.android.app.tracing.
Flag: NONE
Test: Build and flash device, behavior is same before and after
Bug: 289353932
Change-Id: I08cc8a07fe1790e68149983ab877079300255a0b
diff --git a/packages/SystemUI/shared/Android.bp b/packages/SystemUI/shared/Android.bp
index 9c368eb..5b59e7d 100644
--- a/packages/SystemUI/shared/Android.bp
+++ b/packages/SystemUI/shared/Android.bp
@@ -53,6 +53,7 @@
"SystemUIPluginLib",
"SystemUIUnfoldLib",
"SystemUISharedLib-Keyguard",
+ "tracinglib",
"androidx.dynamicanimation_dynamicanimation",
"androidx.concurrent_concurrent-futures",
"androidx.lifecycle_lifecycle-runtime-ktx",