summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2018-06-07 19:25:37 +0100
committerNeil Fuller <nfuller@google.com>2018-06-07 19:52:13 +0100
commit25a29d70ff7d2042fc6a3ba8ae8838bc4df88a34 (patch)
tree4ee518bf89ee43a2539876f8040139568e2daad6
parent7e05b83b82f4da3a2b5cdf2c729b72f9a8bc2886 (diff)
downloadfugu-master.tar.gz
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
-rw-r--r--libaudio/Android.mk1
1 files changed, 0 insertions, 1 deletions
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 @@ LOCAL_C_INCLUDES := \
$(call include-path-for, audio-utils)
LOCAL_SHARED_LIBRARIES := \
- libcommon_time_client \
libcutils \
liblog \
libutils \