소스 검색

Ignore RestrictedApiCheck for generated files

https://stackoverflow.com/a/53193227
Stefan Niedermann 4 년 전
부모
커밋
8a70f22cc3
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      lint.xml

+ 3 - 0
lint.xml

@@ -48,4 +48,7 @@
         <ignore path="**/bouncycastle/est/jcajce/*.class" />
     </issue>
 
+    <issue id="RestrictedApi" severity="error">
+        <ignore path="build" />
+    </issue>
 </lint>