From 24e7a2583632574f8972856c16d556f1121d241c Mon Sep 17 00:00:00 2001 From: Calvin On Date: Mon, 13 Nov 2017 11:56:30 -0800 Subject: [PATCH] Fix logcatd dependency in logpersist. This change ensures that the logcatd binary is properly included into builds which contain logpersist. logcatd is required for logpersist to actually work. Bug: 69171565 Test: make checkbuild Test: verified that logcatd binary is present in build Change-Id: I78161998763a4694ba88af43113fef39a5fbd8c8 --- logcat/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/logcat/Android.bp b/logcat/Android.bp index 729c8ffb2..afc7a0182 100644 --- a/logcat/Android.bp +++ b/logcat/Android.bp @@ -67,6 +67,7 @@ cc_prebuilt_binary { name: "logpersist.start", srcs: ["logpersist"], init_rc: ["logcatd.rc"], + required: ["logcatd"], symlinks: ["logpersist.stop", "logpersist.cat"], strip: { none: true,