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:
Jake Weinstein 2023-04-30 00:37:50 +09:00
parent 695f37298b
commit dc15d34f1d
1 changed files with 4 additions and 0 deletions

View File

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