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 b33e7e4119
commit c4ae5a4bb3
No known key found for this signature in database
GPG key ID: 992977C753423FB8

View file

@ -2,6 +2,12 @@
<manifest> <manifest>
<!-- Remove from default.xml --> <!-- 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/compatibility/cdd"/>
<remove-project name="platform/cts"/> <remove-project name="platform/cts"/>