mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: finish to split-up BoardConfigCommon.mk
This commit is contained in:
parent
613ed5aa4b
commit
1da7088fcc
5 changed files with 10 additions and 26 deletions
|
@ -15,38 +15,13 @@
|
|||
# Inherit from qcom-common
|
||||
-include device/samsung/qcom-common/BoardConfigCommon.mk
|
||||
|
||||
#-include vendor/qcom/proprietary/common/msm8226/BoardConfigVendor.mk
|
||||
|
||||
VENDOR_PATH := device/samsung/msm8226-common
|
||||
|
||||
#QC_PROP_ROOT := vendor/qcom/proprietary
|
||||
#PROTOBUF_SUPPORTED := true
|
||||
|
||||
include device/samsung/msm8226-common/board/*.mk
|
||||
|
||||
TARGET_SPECIFIC_HEADER_PATH := $(VENDOR_PATH)/include
|
||||
|
||||
# LineageHW
|
||||
BOARD_HARDWARE_CLASS += $(VENDOR_PATH)/lineagehw
|
||||
|
||||
# Filesystem
|
||||
TARGET_FS_CONFIG_GEN := device/samsung/msm8226-common/config.fs
|
||||
|
||||
# HIDL
|
||||
DEVICE_MANIFEST_FILE := device/samsung/msm8226-common/manifest.xml
|
||||
DEVICE_MATRIX_FILE := device/samsung/msm8226-common/compatibility_matrix.xml
|
||||
|
||||
# Fonts
|
||||
EXTENDED_FONT_FOOTPRINT := true
|
||||
|
||||
# Time services
|
||||
BOARD_USES_QC_TIME_SERVICES := true
|
||||
|
||||
# Boot animation
|
||||
TARGET_BOOTANIMATION_HALF_RES := true
|
||||
|
||||
# Properties (reset them here, include more in device if needed)
|
||||
TARGET_SYSTEM_PROP := $(VENDOR_PATH)/system.prop
|
||||
TARGET_SYSTEM_PROP := device/samsung/msm8226-common/system.prop
|
||||
|
||||
# SELinux
|
||||
include device/samsung/msm8226-common/sepolicy/sepolicy.mk
|
||||
|
|
2
board/filesystem.mk
Normal file
2
board/filesystem.mk
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Filesystem
|
||||
TARGET_FS_CONFIG_GEN := device/samsung/msm8226-common/config.fs
|
3
board/hidl.mk
Normal file
3
board/hidl.mk
Normal file
|
@ -0,0 +1,3 @@
|
|||
# HIDL
|
||||
DEVICE_MANIFEST_FILE := device/samsung/msm8226-common/manifest.xml
|
||||
DEVICE_MATRIX_FILE := device/samsung/msm8226-common/compatibility_matrix.xml
|
2
board/lineagehw.mk
Normal file
2
board/lineagehw.mk
Normal file
|
@ -0,0 +1,2 @@
|
|||
# LineageHW
|
||||
BOARD_HARDWARE_CLASS += $(VENDOR_PATH)/lineagehw
|
2
board/timeservices.mk
Normal file
2
board/timeservices.mk
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Time services
|
||||
BOARD_USES_QC_TIME_SERVICES := true
|
Loading…
Reference in a new issue