diff options
Diffstat (limited to 'crosshatch')
| -rw-r--r-- | crosshatch/BoardConfig.mk | 2 | ||||
| -rw-r--r-- | crosshatch/BoardConfigAicp.mk | 2 | ||||
| -rw-r--r-- | crosshatch/BoardConfigLineage.mk | 2 | ||||
| -rw-r--r-- | crosshatch/device-aicp.mk (renamed from crosshatch/device-lineage.mk) | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/crosshatch/BoardConfig.mk b/crosshatch/BoardConfig.mk index 546f1cd..6253bcb 100644 --- a/crosshatch/BoardConfig.mk +++ b/crosshatch/BoardConfig.mk @@ -15,7 +15,7 @@ # # Allow Lineage config to override others --include device/google/crosshatch/crosshatch/BoardConfigLineage.mk +-include device/google/crosshatch/crosshatch/BoardConfigAicp.mk TARGET_BOOTLOADER_BOARD_NAME := crosshatch TARGET_RECOVERY_UI_MARGIN_HEIGHT := 165 diff --git a/crosshatch/BoardConfigAicp.mk b/crosshatch/BoardConfigAicp.mk new file mode 100644 index 0000000..35a8db4 --- /dev/null +++ b/crosshatch/BoardConfigAicp.mk @@ -0,0 +1,2 @@ +# Boardconfig for aicp_crosshatch +-include device/google/crosshatch/BoardConfigAicp.mk diff --git a/crosshatch/BoardConfigLineage.mk b/crosshatch/BoardConfigLineage.mk deleted file mode 100644 index 9465779..0000000 --- a/crosshatch/BoardConfigLineage.mk +++ /dev/null @@ -1,2 +0,0 @@ -# Boardconfig for lineage_crosshatch --include device/google/crosshatch/BoardConfigLineage.mk diff --git a/crosshatch/device-lineage.mk b/crosshatch/device-aicp.mk index af821eb..b87cfc8 100644 --- a/crosshatch/device-lineage.mk +++ b/crosshatch/device-aicp.mk @@ -1,4 +1,4 @@ # Overlays DEVICE_PACKAGE_OVERLAYS += device/google/crosshatch/crosshatch/overlay-lineage -$(call inherit-product, device/google/crosshatch/device-lineage.mk) +$(call inherit-product, device/google/crosshatch/device-aicp.mk) |
