manifest: Fork kernel/configs
Spoofing .config is a lame hack, but in some cases, we may want to change the defconfig requirements to fit our project goals. Change-Id: I9f03b7547864219f5911a8512989d4a0230b0660
This commit is contained in:
parent
695f37298b
commit
dc15d34f1d
|
@ -91,6 +91,10 @@
|
|||
<!-- Hardware (Lineage) -->
|
||||
<project path="hardware/lineage/compat" name="AOSPA/android_hardware_lineage_compat" remote="aospa" />
|
||||
|
||||
<!-- Kernel -->
|
||||
<remove-project name="kernel/configs" />
|
||||
<project path="kernel/configs" name="AOSPA/android_kernel_configs" remote="aospa" />
|
||||
|
||||
<!-- Manifest -->
|
||||
<project path="manifest" name="AOSPA/manifest" remote="aospa" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue