On 11/30/2012 08:42 AM, Joshua Brindle wrote:
Has anyone gotten a functional build on mako? I know it isn't totally
supported by AOSP yet but I figured I'd try. At a minimum it looks like
the device tree needs a small adjustment:

No, haven't tried that one yet. Sorry about the cut-and-paste error; we'll fix.

diff --git a/AndroidBoard.mk b/AndroidBoard.mk
index 7ef45ce..74807a2 100644
--- a/AndroidBoard.mk
+++ b/AndroidBoard.mk
@@ -15,6 +15,6 @@
  #

  ifeq ($(TARGET_PREBUILT_KERNEL),)
-TARGET_PREBUILT_KERNEL := kernel/msm/omap/arch/arm/boot/zImage
+TARGET_PREBUILT_KERNEL := kernel/msm/arch/arm/boot/zImage
  #TARGET_PREBUILT_KERNEL := device/lge/mako-kernel/kernel
  endif
diff --git a/device.mk b/device.mk
index c775e98..3d4a435 100644
--- a/device.mk
+++ b/device.mk
@@ -42,7 +42,7 @@ PRODUCT_PACKAGES += \
          VisualizationWallpapers \
          librs_jni

-LOCAL_KERNEL := kernel/msm/omap/arch/arm/boot/zImage
+LOCAL_KERNEL := kernel/msm/arch/arm/boot/zImage
  #LOCAL_KERNEL := device/lge/mako-kernel/kernel

  PRODUCT_COPY_FILES := \

--
This message was distributed to subscribers of the seandroid-list
mailing list.
If you no longer wish to subscribe, send mail to [email protected]
with
the words "unsubscribe seandroid-list" without quotes as the message.


--
This message was distributed to subscribers of the seandroid-list mailing list.
If you no longer wish to subscribe, send mail to [email protected] with
the words "unsubscribe seandroid-list" without quotes as the message.

Reply via email to