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:
parent
b33e7e4119
commit
c4ae5a4bb3
1 changed files with 6 additions and 0 deletions
|
@ -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"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue