Advertisement
Adlx

fix umts_sholes

Oct 27th, 2011
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.92 KB | None | 0 0
  1. diff --git a/BoardConfig.mk b/BoardConfig.mk
  2. index a298eaa..27d5344 100644
  3. --- a/BoardConfig.mk
  4. +++ b/BoardConfig.mk
  5. @@ -29,8 +29,6 @@ USE_CAMERA_STUB := false
  6.  -include vendor/motorola/umts_sholes/BoardConfigVendor.mk
  7.  
  8.  TARGET_NO_BOOTLOADER := true
  9. -TARGET_NO_RECOVERY := true
  10. -TARGET_NO_KERNEL := true
  11.  TARGET_NO_RADIOIMAGE := true
  12.  
  13.  TARGET_BOARD_PLATFORM := omap3
  14. diff --git a/umts_sholes.mk b/umts_sholes.mk
  15. index 3b4d3cc..df0bd48 100644
  16. --- a/umts_sholes.mk
  17. +++ b/umts_sholes.mk
  18. @@ -120,6 +120,11 @@ PRODUCT_TAGS += dalvik.gc.type-precise
  19.  # Passion uses high-density artwork where available
  20.  PRODUCT_LOCALES += hdpi
  21.  
  22. +# Prebuilt boot.img
  23. +LOCAL_KERNEL := device/motorola/jordan/kernel
  24. +PRODUCT_COPY_FILES += \
  25. +        $(LOCAL_KERNEL):kernel
  26. +
  27.  PRODUCT_COPY_FILES += \
  28.      device/motorola/umts_sholes/vold.fstab:system/etc/vold.fstab \
  29.      device/motorola/umts_sholes/prebuilt/default.prop:system/default.prop \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement