diff options
| author | Hashcode <hashcode0f@gmail.com> | 2014-12-23 12:12:30 -0800 |
|---|---|---|
| committer | Hashcode <hashcode0f@gmail.com> | 2014-12-23 12:12:30 -0800 |
| commit | 2282b6b745faa2bac4ac0253f664b5934c90e718 (patch) | |
| tree | 54d881a9dca7172869ef60bb8610f9f979798112 | |
| parent | 91f8957ad00b6b6f2ea4af837ef346e62be15abc (diff) | |
otterx: use new kernel defconfig settings
Change-Id: I96b604ce9beac8e5bceb73b873acd33f8826595e
| -rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 509e22e..b44eaab 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -28,7 +28,8 @@ TARGET_OTA_ASSERT_DEVICE := otterx # Kernel Build TARGET_KERNEL_SOURCE := kernel/amazon/otter-common -TARGET_KERNEL_CONFIG := otterx_android_defconfig +TARGET_KERNEL_CONFIG := android_omap4_defconfig +TARGET_KERNEL_VARIANT_CONFIG := android_otterx_defconfig # Filesystem TARGET_RECOVERY_FSTAB = $(DEVICE_FOLDER)/fstab.otterx |
