summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ejdestig <martin.ejdestig@volvocars.com>2020-11-10 10:28:00 +0100
committerGitHub <noreply@github.com>2020-11-10 18:28:00 +0900
commit6e85e71c1410967a9a1062136b8b827aec9db409 (patch)
treef2d5453f57ffbe307fafd47f26d8892db01cc4d1
parente6959cbddd63b2afe191fa573b0c29e1f2943952 (diff)
downloadDLT-daemon-6e85e71c1410967a9a1062136b8b827aec9db409.tar.gz
Remove nonexistent file from Android.bp (#264)
Can not see src/daemon/dlt_daemon_filter.c in history. Signed-off-by: Martin Ejdestig <martin.ejdestig@volvocars.com>
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 26128b6..626836a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -82,7 +82,6 @@ cc_binary {
"src/daemon/dlt_daemon_common.c",
"src/daemon/dlt_daemon_connection.c",
"src/daemon/dlt_daemon_event_handler.c",
- "src/daemon/dlt_daemon_filter.c",
"src/daemon/dlt_daemon_offline_logstorage.c",
"src/daemon/dlt_daemon_serial.c",
"src/daemon/dlt_daemon_socket.c",