From 20cad67458422a7216f787d563f38c2f7d200aff Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 4 Nov 2015 14:03:22 -0500 Subject: portage: stub out virtual/logger Since Android includes its own logging system, we don't need (or want) an external system logger. Change-Id: Ib4bbc7feb9af2acbf13452001b1de1e1c877b716 --- portage/package.provided.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/portage/package.provided.in b/portage/package.provided.in index a88a88f..fc73a07 100644 --- a/portage/package.provided.in +++ b/portage/package.provided.in @@ -23,6 +23,9 @@ app-misc/ca-certificates-20150826 # the device. virtual/editor-0 +# Android has its own logging system. +virtual/logger-0 + # No need to run the PM on the device itself. # Version matches the portage prefix snapshot we're running off of. sys-apps/portage-2.2.14 -- cgit v1.2.3