Advertisement
Guest User

Untitled

a guest
Apr 14th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.92 KB | None | 0 0
  1. HABUILD_SDK [wingray] sailfish@sailfishVB:~/hadk$ make -j4 hybris-hal
  2. \============================================
  3. PLATFORM_VERSION_CODENAME=REL
  4. PLATFORM_VERSION=4.2.2
  5. CM_VERSION=10.1-20180415-UNOFFICIAL-wingray
  6. TARGET_PRODUCT=cm_wingray
  7. TARGET_BUILD_VARIANT=userdebug
  8. TARGET_BUILD_TYPE=release
  9. TARGET_BUILD_APPS=
  10. TARGET_ARCH=arm
  11. TARGET_ARCH_VARIANT=armv7-a
  12. HOST_ARCH=x86
  13. HOST_OS=linux
  14. HOST_OS_EXTRA=Linux-4.13.0-37-generic-x86_64-with-Ubuntu-14.04-trusty
  15. HOST_BUILD_TYPE=release
  16. BUILD_ID=JDQ39E
  17. OUT_DIR=/home/sailfish/hadk/out
  18. ============================================
  19. awk: cannot open sdk/files/tools_source.properties (No such file or directory)
  20. perl: warning: Setting locale failed.
  21. perl: warning: Please check that your locale settings:
  22. LANGUAGE = (unset),
  23. LC_ALL = (unset),
  24. LC_MESSAGES = "en_US.UTF-8",
  25. LC_CTYPE = "en_US.UTF-8",
  26. LANG = (unset)
  27. are supported and installed on your system.
  28. perl: warning: Falling back to the standard locale ("C").
  29. perl: warning: Setting locale failed.
  30. perl: warning: Please check that your locale settings:
  31. LANGUAGE = (unset),
  32. LC_ALL = (unset),
  33. LC_MESSAGES = "en_US.UTF-8",
  34. LC_CTYPE = "en_US.UTF-8",
  35. LANG = (unset)
  36. are supported and installed on your system.
  37. perl: warning: Falling back to the standard locale ("C").
  38. hybris/hybris-boot/Android.mk:67: ********************* /boot appears to live on /dev/block/platform/sdhci-tegra.3/by-name/boot
  39. hybris/hybris-boot/Android.mk:68: ********************* /data appears to live on /dev/block/platform/sdhci-tegra.3/by-name/userdata
  40. No private recovery resources for TARGET_DEVICE wingray
  41. build/core/tasks/kernel.mk:56: ***************************************************************
  42. build/core/tasks/kernel.mk:57: * Using prebuilt kernel binary instead of source *
  43. build/core/tasks/kernel.mk:58: * THIS IS DEPRECATED, AND WILL BE DISCONTINUED *
  44. build/core/tasks/kernel.mk:59: * Please configure your device to download the kernel *
  45. build/core/tasks/kernel.mk:60: * source repository to kernel/motorola/stingray
  46. build/core/tasks/kernel.mk:61: * See http://wiki.cyanogenmod.org/w/Doc:_integrated_kernel_building
  47. build/core/tasks/kernel.mk:62: * for more information *
  48. build/core/tasks/kernel.mk:63: ***************************************************************
  49. build/core/tasks/kernel.mk:191: warning: overriding commands for target `/home/sailfish/hadk/out/target/product/wingray/kernel'
  50. device/moto/wingray/AndroidBoard.mk:15: warning: ignoring old commands for target `/home/sailfish/hadk/out/target/product/wingray/kernel'
  51. Target boot image: /home/sailfish/hadk/out/target/product/wingray/boot.img
  52. hybris/hybris-boot/fixup-mountpoints "wingray" "/home/sailfish/hadk/out/target/product/wingray/obj/ROOT/hybris-recovery_intermediates/init"
  53. Fixing mount-points for device wingray
  54. hybris/hybris-boot/fixup-mountpoints "wingray" "/home/sailfish/hadk/out/target/product/wingray/obj/ROOT/hybris-boot_intermediates/init"
  55. Fixing mount-points for device wingray
  56. Made boot image: /home/sailfish/hadk/out/target/product/wingray/boot.img
  57. Making initramfs : /home/sailfish/hadk/out/target/product/wingray/obj/ROOT/hybris-recovery_intermediates/recovery-initramfs.gz
  58. Making initramfs : /home/sailfish/hadk/out/target/product/wingray/obj/ROOT/hybris-boot_intermediates/boot-initramfs.gz
  59. 1385 blocks
  60. 1385 blocks
  61. Making hybris-boot.img in /home/sailfish/hadk/out/target/product/wingray/obj/ROOT/hybris-boot_intermediates/ using /home/sailfish/hadk/out/target/product/wingray/kernel /home/sailfish/hadk/out/target/product/wingray/obj/ROOT/hybris-boot_intermediates/boot-initramfs.gz
  62. Making hybris-recovery.img in /home/sailfish/hadk/out/target/product/wingray/obj/ROOT/hybris-recovery_intermediates/ using /home/sailfish/hadk/out/target/product/wingray/kernel /home/sailfish/hadk/out/target/product/wingray/obj/ROOT/hybris-recovery_intermediates/recovery-initramfs.gz
  63. Install: /home/sailfish/hadk/out/target/product/wingray/hybris-boot.img
  64. Install: /home/sailfish/hadk/out/target/product/wingray/hybris-recovery.img
  65. HABUILD_SDK [wingray] sailfish@sailfishVB:~/hadk$
  66.  
  67.  
  68. #
  69. # Contents of BoardConfig.mk
  70. #
  71. # Copyright (C) 2010 The Android Open Source Project
  72. #
  73. # Licensed under the Apache License, Version 2.0 (the "License");
  74. # you may not use this file except in compliance with the License.
  75. # You may obtain a copy of the License at
  76. #
  77. # http://www.apache.org/licenses/LICENSE-2.0
  78. #
  79. # Unless required by applicable law or agreed to in writing, software
  80. # distributed under the License is distributed on an "AS IS" BASIS,
  81. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  82. # See the License for the specific language governing permissions and
  83. # limitations under the License.
  84. #
  85. USE_PROPRIETARY_AUDIO_EXTENSIONS := false
  86.  
  87. TARGET_CPU_ABI := armeabi-v7a
  88. TARGET_CPU_ABI2 := armeabi
  89. TARGET_CPU_SMP := true
  90. TARGET_ARCH := arm
  91. TARGET_ARCH_VARIANT := armv7-a
  92. TARGET_ARCH_VARIANT_CPU := cortex-a9
  93. TARGET_CPU_VARIANT := generic
  94.  
  95. # Avoid the generation of ldrcc instructions
  96. NEED_WORKAROUND_CORTEX_A9_745320 := true
  97.  
  98. # DO NOT change the following line to vfpv3 as it is not really supported on our device!
  99. TARGET_ARCH_VARIANT_FPU := vfpv3-d16
  100. ARCH_ARM_HAVE_TLS_REGISTER := true
  101. ARCH_ARM_USE_NON_NEON_MEMCPY := true
  102.  
  103.  
  104. TARGET_BOARD_PLATFORM := tegra
  105. TARGET_TEGRA_VERSION := ap20
  106. TARGET_BOARD_PLATFORM_GPU := tegra
  107. TARGET_USERIMAGES_USE_EXT4 := true
  108.  
  109. # Kernel
  110. BOARD_KERNEL_PAGESIZE := 2048
  111. BOARD_KERNEL_BASE := 0x10000000
  112. BOARD_KERNEL_CMDLINE := androidboot.carrier=wifi-only product_type=w
  113. KERNEL_MODULES_DIR := /system/lib/modules
  114. TARGET_KERNEL_SOURCE := device/moto/wingray
  115. TARGET_KERNEL_CONFIG := wingray_defconfig
  116. # TARGET_KERNEL_CONFIG := stingray_defconfig
  117. # TARGET_KERNEL_CUSTOM_TOOLCHAIN := arm-eabi-4.6
  118. # TARGET_PREBUILT_KERNEL := device/moto/wingray/kernel
  119.  
  120. # Filesystem
  121. BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1056858112
  122. BOARD_USERDATAIMAGE_PARTITION_SIZE := 29859115008
  123. BOARD_FLASH_BLOCK_SIZE := 4096
  124. # Use this flag if the board has a ext4 partition larger than 2gb
  125. BOARD_HAS_LARGE_FILESYSTEM := true
  126.  
  127.  
  128. TARGET_NO_KERNEL := false
  129. TARGET_NO_RECOVERY := false
  130. TARGET_NO_BOOTLOADER := true
  131. TARGET_NO_RADIOIMAGE := true
  132.  
  133.  
  134. # Audio
  135. BOARD_USES_GENERIC_AUDIO := false
  136. BOARD_OMX_NEEDS_LEGACY_AUDIO := true
  137. BOARD_USB_AUDIO_CARD_ID := 0
  138.  
  139. # Camera
  140. USE_CAMERA_STUB := false
  141.  
  142. # Graphics
  143. USE_OPENGL_RENDERER := true
  144. TARGET_RUNNING_WITHOUT_SYNC_FRAMEWORK := true
  145. BOARD_EGL_WORKAROUND_BUG_10194508 := true
  146. SKIP_SET_METADATA := true
  147. BOARD_USE_MHEAP_SCREENSHOT := true
  148. BOARD_USES_HWCOMPOSER := true
  149. BOARD_EGL_NEEDS_LEGACY_FB := true
  150.  
  151. # Enable WEBGL in WebKit
  152. ENABLE_WEBGL := true
  153.  
  154. # Bluetooth
  155. BOARD_HAVE_BLUETOOTH := true
  156. BOARD_HAVE_BLUETOOTH_BCM := true
  157. # BOARD_BLUEDROID_VENDOR_CONF :=
  158. BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/moto/wingray/bluetooth
  159.  
  160.  
  161.  
  162. TARGET_BOARD_INFO_FILE := device/moto/wingray/board-info.txt
  163.  
  164.  
  165. # Wifi-related defines
  166. WPA_BUILD_SUPPLICANT := true
  167. WPA_SUPPLICANT_VERSION := VER_0_8_X
  168. BOARD_WLAN_DEVICE := bcmdhd
  169.  
  170. BOARD_WPA_SUPPLICANT_DRIVER := NL80211
  171. BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
  172. BOARD_HOSTAPD_DRIVER := NL80211
  173. BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
  174.  
  175. #WIFI_DRIVER_MODULE_PATH := "/system/lib/modules/bcm4329.ko"
  176. WIFI_DRIVER_FW_PATH_PARAM := "/sys/module/bcmdhd/parameters/firmware_path"
  177. WIFI_DRIVER_FW_PATH_STA := "/vendor/firmware/fw_bcmdhd.bin"
  178. WIFI_DRIVER_FW_PATH_AP := "/vendor/firmware/fw_bcmdhd_apsta.bin"
  179. #WIFI_DRIVER_FW_PATH_MFG := "/vendor/firmware/fw_bcmdhd_mfg.bin"
  180.  
  181.  
  182. # Vold
  183. BOARD_VOLD_MAX_PARTITIONS := 12
  184. BOARD_VOLD_EMMC_SHARES_DEV_MAJOR := true
  185. BOARD_VOLD_DISC_HAS_MULTIPLE_MAJORS := true
  186. BOARD_USE_USB_MASS_STORAGE_SWITCH := true
  187. TARGET_USE_CUSTOM_LUN_FILE_PATH := "/sys/devices/platform/fsl-tegra-udc/gadget/lun%d/file"
  188.  
  189. BOARD_HAS_SDCARD_INTERNAL := true
  190.  
  191. BOARD_UMS_LUNFILE := "/sys/devices/platform/fsl-tegra-udc/gadget/lun%d/file"
  192. BOARD_USES_MMCUTILS := true
  193. BOARD_HAS_NO_SELECT_BUTTON := true
  194.  
  195. # Misc flags
  196. COMMON_GLOBAL_CFLAGS += -DNEEDS_VECTORIMPL_SYMBOLS
  197.  
  198. # Avoid the generation of ldrcc instructions
  199. NEED_WORKAROUND_CORTEX_A9_745320 := true
  200.  
  201. TARGET_RECOVERY_PIXEL_FORMAT := "RGB_565"
  202. TARGET_RECOVERY_UI_LIB := librecovery_ui_stingray
  203.  
  204. TARGET_RECOVERY_FSTAB = device/moto/wingray/fstab.stingray
  205.  
  206. # BOARD_USES_SECURE_SERVICES := false
  207.  
  208. # BOARD_USES_EXTRA_THERMAL_SENSOR := false
  209.  
  210. # Compatibility with pre-kitkat Sensor HALs
  211. SENSORS_NEED_SETRATE_ON_ENABLE := true
  212.  
  213. # BOARD_LIB_DUMPSTATE := libdumpstate.wingray
  214. TARGET_RELEASETOOLS_EXTENSIONS := device/moto/wingray
  215.  
  216. -include vendor/moto/stingray/BoardConfigVendor.mk
  217.  
  218. TARGET_OTA_ASSERT_DEVICE := wingray,stingray,everest
  219.  
  220. # CM Boot animation
  221. TARGET_SCREEN_HEIGHT := 800
  222. TARGET_SCREEN_WIDTH := 1280
  223. TARGET_BOOTANIMATION_PRELOAD := true
  224. TARGET_BOOTANIMATION_TEXTURE_CACHE := true
  225. TARGET_BOOTANIMATION_USE_RGB565 := true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement