Home | History | Annotate | Download | only in build

Lines Matching full:location

21        /android/support in the location, these are outside our control
22 /com/google/common in the location, these are outside our control
23 res/values- in the location, these are localized resources, and we only need to be notified of the neutral resource issues
24 .class in the location, these don't have source we can do anything about -->
25 <xsl:if test="not(./location) or (not(contains(./location/@file, '/android/support/')) and not(contains(./location/@file, '/com/google/common/')) and not(starts-with(./location/@file, 'res/values-')) and not(contains(./location/@file, '.class')))">
27 <xsl:for-each select="./location">