Advertisement
nexwave-mat

P930 Boardconfig.mk

Sep 17th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. # inherit from the proprietary version
  2. -include vendor/lge/p930/BoardConfigVendor.mk
  3.  
  4. -include device/lge/iprj-common/BoardConfigCommon.mk
  5.  
  6. TARGET_BOOTLOADER_BOARD_NAME := p930
  7.  
  8. # Try to build the kernel
  9. TARGET_KERNEL_CONFIG := cyanogenmod_p930_defconfig
  10. # Keep this as a fallback
  11. TARGET_PREBUILT_KERNEL := device/lge/p930/kernel
  12.  
  13. # TWRP flags
  14. DEVICE_RESOLUTION := 720x1280
  15. RECOVERY_GRAPHICS_USE_LINELENGTH := true
  16. TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
  17. BOARD_HAS_NO_REAL_SDCARD := true
  18. TW_NO_USB_STORAGE := true
  19. TW_NO_REBOOT_BOOTLOADER := true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement