소스 검색

manifest: Don't track generic device repo and kernel configs

*We supply our own device trees and kernel to build TWRP
*Not needed in compilation as well
theimpulson 6 년 전
부모
커밋
c4ae5a4bb3
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      remove-minimal.xml

+ 6 - 0
remove-minimal.xml

@@ -2,6 +2,12 @@
 <manifest>
 
     <!-- Remove from default.xml -->
+    <remove-project name="device/generic/common"/>
+    <remove-project name="device/generic/goldfish"/>
+    <remove-project name="device/generic/goldfish-opengl"/>
+
+    <remove-project name="kernel/configs"/>
+
     <remove-project name="platform/compatibility/cdd"/>
     <remove-project name="platform/cts"/>