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
This commit is contained in:
theimpulson 2019-12-22 09:43:04 +00:00 committed by Martin Dünkelmann
parent 5dd94af2e8
commit 9d6ff3f7df
No known key found for this signature in database
GPG Key ID: 992977C753423FB8
1 changed files with 6 additions and 0 deletions

View File

@ -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"/>