Remove a dependency on a deleted module

Remove a dependency on a deleted module, libcommon_time_client,
which is causing problems for the "build_test" continuous build.

libcommon_time_client was deleted by platform/frameworks/av commit
bdce434a6d498b4456bb0c17c5b4e0cd1fb71ecf.

That continuous build purely tests build integrity, i.e. that
all dependencies exist. A local attempt to build fugu failed
even before commit bdce434a6d and fugu is EOL so this change just
"fixes" the dependency.

Bug: 80462439
Test: "make droid" fails with a compilation error, not a build
    system failure

Change-Id: I0fd0a33347e5e65e6f33858ee012be1a2b89d917
diff --git a/libaudio/Android.mk b/libaudio/Android.mk
index fe37262..e3733ee 100644
--- a/libaudio/Android.mk
+++ b/libaudio/Android.mk
@@ -35,7 +35,6 @@
     $(call include-path-for, audio-utils)
 
 LOCAL_SHARED_LIBRARIES := \
-    libcommon_time_client \
     libcutils \
     liblog \
     libutils \