summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZipsnet <hcolmenares@gmail.com>2018-04-04 14:45:33 -0400
committerZipsnet <hcolmenares@gmail.com>2018-04-04 15:11:21 -0400
commite714304e683659e1b1be606853edfec03e20fb51 (patch)
treea0890206ce21f8fd7c23d920b48a9c9b23295e94
parent71cd4ad865812b9662257af52949debb602e7f1d (diff)
muskie: AICP's PathHEADo8.1
Change-Id: I5b7253db410b2e4dc26b7bac09bae9ef7d612333
-rw-r--r--walleye/BoardConfig.mk2
-rw-r--r--walleye/aicp.mk2
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)