Advertisement
Yarrou

boardconfig.mk_trlte_crdroid_5.6

Aug 3rd, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. #
  2. # Copyright (C) 2017 The LineageOS Project
  3. #
  4. # Licensed under the Apache License, Version 2.0 (the "License");
  5. # you may not use this file except in compliance with the License.
  6. # You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15.  
  16. # inherit from common trlte
  17. -include device/samsung/trlte-common/BoardConfigCommon.mk
  18.  
  19. TARGET_OTA_ASSERT_DEVICE := trlte,trltedt,trltecan,trltespr,trltetmo,trlteusc,trltevzw,trltexx
  20.  
  21. # Camera
  22. TARGET_FIXUP_PREVIEW := true
  23.  
  24. # Kernel
  25. TARGET_KERNEL_VARIANT_CONFIG := apq8084_sec_trlte_eur_defconfig
  26.  
  27. # Init
  28. TARGET_INIT_VENDOR_LIB := libinit_apq8084
  29. TARGET_LIBINIT_APQ8084_DEFINES_FILE := device/samsung/trlte/init/init_trlte.cpp
  30.  
  31. # Partitions
  32. BOARD_FLASH_BLOCK_SIZE := 262144
  33. BOARD_BOOTIMAGE_PARTITION_SIZE := 17825792
  34. BOARD_CACHEIMAGE_PARTITION_SIZE := 524288000
  35. BOARD_RECOVERYIMAGE_PARTITION_SIZE := 19922944
  36. BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3774873600
  37. BOARD_USERDATAIMAGE_PARTITION_SIZE := 26558296064 # 26558312448 - 16384 (footer)
  38.  
  39. # Releasetools
  40. TARGET_RELEASETOOLS_EXTENSIONS := device/samsung/trlte-common/releasetools
  41.  
  42. # Radio/RIL
  43. include $(COMMON_PATH)/radio/single/board.mk
  44.  
  45. # inherit from the proprietary version
  46. -include vendor/samsung/trlte/BoardConfigVendor.mk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement