device/qcom/common: Initial commit for titanium

Initial commit for titanium

Change-Id: Ide3d3a5c873dd4384683095654294f411457669d
This commit is contained in:
Maunik Shah 2015-08-07 18:52:57 +05:30
parent eb47555610
commit 4b1457bb39
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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