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
This commit is contained in:
Calvin On 2017-11-13 11:56:30 -08:00
parent 2736aec411
commit 24e7a25836
1 changed files with 1 additions and 0 deletions

View File

@ -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,