diff options
| -rw-r--r-- | walleye/BoardConfig.mk | 2 | ||||
| -rw-r--r-- | walleye/aicp.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/walleye/BoardConfig.mk b/walleye/BoardConfig.mk index c822697..c75a82a 100644 --- a/walleye/BoardConfig.mk +++ b/walleye/BoardConfig.mk @@ -20,7 +20,7 @@ DEFAULT_LOW_PERSISTENCE_MODE_BRIGHTNESS := 0x00000056 include device/google/wahoo/BoardConfig.mk -include vendor/google_devices/muskie/proprietary/BoardConfigVendor.mk -TARGET_KERNEL_CONFIG := lineageos_muskie_defconfig +TARGET_KERNEL_CONFIG := flash-walleye_defconfig BOARD_BOOTIMAGE_PARTITION_SIZE := 33554432 #sepolicy common to muskie/walleye diff --git a/walleye/aicp.mk b/walleye/aicp.mk index 2fe0d6d..f69c070 100644 --- a/walleye/aicp.mk +++ b/walleye/aicp.mk @@ -3,7 +3,7 @@ TARGET_SCREEN_HEIGHT := 1920 TARGET_SCREEN_WIDTH := 1080 # Inherit some common Lineage stuff. -$(call inherit-product, vendor/lineage/config/common_full_phone.mk) +$(call inherit-product, vendor/aicp/config/common_full_phone.mk) # Inherit device configuration $(call inherit-product, device/google/muskie/aosp_walleye.mk) |
