build: Add QCOM_BOARD_PLATFORM list
As part of standardizing build conditionally for qcom chipsets, we need the QCOM_BOARD_PLATFORM list to be added. This will allow us to use TARGET_BOARD_PLATFORM and corresponding system property ro.board.platform in userpace makefiles and source code to enable features for these chipsets. Change-Id: I20238b40536325430681d4d3faa3d288afce45f8 CRs-fixed: 298335
This commit is contained in:
parent
24b6dab031
commit
0c7dc41aa5
10
common.mk
10
common.mk
|
@ -1,6 +1,12 @@
|
||||||
|
# Board platforms lists to be used for
|
||||||
|
# TARGET_BOARD_PLATFORM specific featurization
|
||||||
|
QCOM_BOARD_PLATFORMS := msm7627_surf
|
||||||
|
QCOM_BOARD_PLATFORMS += msm7627a
|
||||||
|
QCOM_BOARD_PLATFORMS += msm7630_surf
|
||||||
|
QCOM_BOARD_PLATFORMS += msm7630_fusion
|
||||||
|
QCOM_BOARD_PLATFORMS += msm8660
|
||||||
|
QCOM_BOARD_PLATFORMS += msm8960
|
||||||
|
|
||||||
# board platforms list for msm7k and qsd8k
|
|
||||||
# to be used for TARGET_BOARD_PLATFORM specific featurization
|
|
||||||
MSM7K_BOARD_PLATFORMS := msm7630_surf
|
MSM7K_BOARD_PLATFORMS := msm7630_surf
|
||||||
MSM7K_BOARD_PLATFORMS += msm7630_fusion
|
MSM7K_BOARD_PLATFORMS += msm7630_fusion
|
||||||
MSM7K_BOARD_PLATFORMS += msm7627_surf
|
MSM7K_BOARD_PLATFORMS += msm7627_surf
|
||||||
|
|
Loading…
Reference in New Issue