Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. # Copyright (C) 2013 The CyanogenMod Project
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14.  
  15. # inherit from the common rhine definitions
  16. include device/sony/rhine-common/BoardConfigCommon.mk
  17.  
  18. # inherit from the proprietary version
  19. #-include vendor/sony/togari/BoardConfigVendor.mk
  20.  
  21. # Assert
  22. TARGET_OTA_ASSERT_DEVICE := C6802,C6806,C6833,C6843,togari
  23.  
  24. TARGET_SPECIFIC_HEADER_PATH += device/sony/togari/include
  25.  
  26. BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/sony/togari/bluetooth
  27.  
  28. # Kernel properties
  29. TARGET_KERNEL_CONFIG := cm_rhine_togari_row_defconfig
  30.  
  31. # Partition information
  32. BOARD_VOLD_MAX_PARTITIONS := 26
  33.  
  34. BOARD_BOOTIMAGE_PARTITION_SIZE := 0x01400000
  35. BOARD_RECOVERYIMAGE_PARTITION_SIZE := 0x01400000
  36. BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1056964608
  37. BOARD_USERDATAIMAGE_PARTITION_SIZE := 2147483648
  38. TARGET_GCC_VERSION_AND := 4.8
  39. TARGET_GCC_VERSION_ARM := 4.7-sm
  40. TARGET_USE_O3 := true
  41. STRICT_ALIASING := true
  42. SUPRESS_UNUSED_WARNING := true
  43. OPT_MEMORY := true
  44. LOCAL_CFLAGS = -Wno-unused-variable -g
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement