device/qcom/common: Initial commit for titanium
Initial commit for titanium Change-Id: Ide3d3a5c873dd4384683095654294f411457669d
This commit is contained in:
parent
eb47555610
commit
4b1457bb39
3
base.mk
3
base.mk
|
@ -17,13 +17,14 @@ QCOM_BOARD_PLATFORMS += msm8992
|
|||
QCOM_BOARD_PLATFORMS += msm8996
|
||||
QCOM_BOARD_PLATFORMS += msm8952
|
||||
QCOM_BOARD_PLATFORMS += thorium
|
||||
QCOM_BOARD_PLATFORMS += titanium
|
||||
|
||||
QSD8K_BOARD_PLATFORMS := qsd8k
|
||||
|
||||
TARGET_USE_VENDOR_CAMERA_EXT := true
|
||||
|
||||
#List of targets that use video hw
|
||||
MSM_VIDC_TARGET_LIST := msm8974 msm8610 msm8226 apq8084 msm8916 msm8994 msm8909 msm8992 msm8996 msm8952 thorium
|
||||
MSM_VIDC_TARGET_LIST := msm8974 msm8610 msm8226 apq8084 msm8916 msm8994 msm8909 msm8992 msm8996 msm8952 thorium titanium
|
||||
|
||||
#List of targets that use master side content protection
|
||||
MASTER_SIDE_CP_TARGET_LIST := msm8996
|
||||
|
|
|
@ -46,3 +46,5 @@ add_lunch_combo msm8952_64-userdebug
|
|||
add_lunch_combo msm8952_32-userdebug
|
||||
add_lunch_combo thorium_32-userdebug
|
||||
add_lunch_combo thorium_64-userdebug
|
||||
add_lunch_combo titanium_32-userdebug
|
||||
add_lunch_combo titanium_64-userdebug
|
||||
|
|
Loading…
Reference in New Issue