Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e194a15 authored by Xavier Ducrohet's avatar Xavier Ducrohet
Browse files

Add some lint control for the frameworks.

Change-Id: Ie80ffee31ca87da3e7f1031317f2d4c1a36640c8
parent 06e601f9
Loading
Loading
Loading
Loading

core/res/lint.xml

0 → 100644
+7 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<lint>
    <!-- temporary until we add frameworks support -->
    <issue id="UnusedResources" severity="ignore" />

    <issue id="PrivateResource" severity="ignore" />
</lint>
 No newline at end of file
+4 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<lint>
    <issue id="PrivateResource" severity="ignore" />
</lint>
 No newline at end of file