diff options
| author | Zipsnet <hcolmenares@gmail.com> | 2018-04-04 14:45:33 -0400 |
|---|---|---|
| committer | Zipsnet <hcolmenares@gmail.com> | 2018-04-04 15:11:21 -0400 |
| commit | e714304e683659e1b1be606853edfec03e20fb51 (patch) | |
| tree | a0890206ce21f8fd7c23d920b48a9c9b23295e94 | |
| parent | 71cd4ad865812b9662257af52949debb602e7f1d (diff) | |
Change-Id: I5b7253db410b2e4dc26b7bac09bae9ef7d612333
| -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) |
