Skip to content

Commit

Permalink
Fix logcatd dependency in logpersist.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Calvin On committed Nov 13, 2017
1 parent 2736aec commit 24e7a25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logcat/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 24e7a25

Please sign in to comment.