Assigned
Status Update
Comments
xa...@google.com <xa...@google.com> #2
I was thinking that in Gradle we'd stop saying "No issues found", and only produce output if one or more issues were found (I think that's the gist of that other bug request). That seems to be more in line with what other Gradle checks do. It does make sense for the text report to include it rather than be empty or deleted, so maybe this should be special cased to only happen when writing to stdout and under Gradle.
sp...@google.com <sp...@google.com> #3
Yes, I agree 100%.
xa...@google.com <xa...@google.com> #4
Fixed with Change-Id: I002903f8539345f832518f422fe7072de7de54b4.
Fix will be in AGP 7.1.0-alpha05.
[Deleted User] <[Deleted User]> #5
deleted
[Deleted User] <[Deleted User]> #6
deleted
it...@gmail.com <it...@gmail.com> #7
+1 on the issue (don't see where to star)
tn...@google.com <tn...@google.com> #8
The star is to the left of the bug id on the header line which has the issue id and the issue synopsis.
1l...@gmail.com <1l...@gmail.com> #9
So are you all gonna be able to help me or not? I have all the emails that
this person uses or used to hack and stalk me. The lives of my kids and I
are in danger and this person has harassed and even installed apps on my
phone which i can not delete. Or will I have to close and delete my account
with google and switch to an Icloud account? Ive never had these issue with
google but now it seems yall cant do anything to fix my account back to how
I use to have it before all these developer tool and setting were installed
with my permission from this person!!!!!
On Fri, Oct 15, 2021 at 11:23 AM <buganizer-system@google.com> wrote:
this person uses or used to hack and stalk me. The lives of my kids and I
are in danger and this person has harassed and even installed apps on my
phone which i can not delete. Or will I have to close and delete my account
with google and switch to an Icloud account? Ive never had these issue with
google but now it seems yall cant do anything to fix my account back to how
I use to have it before all these developer tool and setting were installed
with my permission from this person!!!!!
On Fri, Oct 15, 2021 at 11:23 AM <buganizer-system@google.com> wrote:
Description
Consider a dynamic-feature,
df
, that depends on its app module,app
, and a library,lib
, as shown below:Running
lint
from theapp
module withcheckDependencies true
should cause issues fromlib
to be included inapp
's lint report. Currently, that's not the case - only issues fromapp
anddf
are included inapp
's lint report, not issues fromlib
.