common: Remove unwanted legacy SoCs
Change-Id: I7f8537517f7258dc9994cff6cd49992de82d92d5
This commit is contained in:
parent
2b93fe3d69
commit
a0dd3032a6
|
@ -1,4 +1,4 @@
|
||||||
# Copyright (C) 2020 Paranoid Android
|
# Copyright (C) 2022 Paranoid Android
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -19,21 +19,16 @@ TARGET_USES_QCOM_MM_AUDIO := true
|
||||||
TARGET_USES_ION := true
|
TARGET_USES_ION := true
|
||||||
|
|
||||||
# Enable Media Extensions for HAL1 on Legacy Devices
|
# Enable Media Extensions for HAL1 on Legacy Devices
|
||||||
ifeq ($(call is-board-platform-in-list, apq8084 msm8226 msm8909 msm8916 msm8937 msm8952 msm8953 msm8960 msm8974 msm8976 msm8992 msm8994 msm8996 msm8998 sdm660),true)
|
ifeq ($(call is-board-platform-in-list, msm8937 msm8953 msm8996 msm8998 sdm660),true)
|
||||||
TARGET_USES_MEDIA_EXTENSIONS := true
|
TARGET_USES_MEDIA_EXTENSIONS := true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# For pre-UM display and gps HAL
|
|
||||||
ifeq ($(call is-board-platform-in-list, apq8084 msm8226 msm8610 msm8974 msm8992 msm8994 msm8909 msm8916 msm8952 msm8976),true)
|
|
||||||
TARGET_USES_QCOM_BSP := true
|
|
||||||
endif
|
|
||||||
|
|
||||||
# Default mount point symlinks to false
|
# Default mount point symlinks to false
|
||||||
# since they are not used on 8998 and up
|
# since they are not used on 8998 and up
|
||||||
TARGET_MOUNT_POINTS_SYMLINKS ?= false
|
TARGET_MOUNT_POINTS_SYMLINKS ?= false
|
||||||
|
|
||||||
# SEPolicy
|
# SEPolicy
|
||||||
ifneq ($(call is-board-platform-in-list, msm8937 msm8953 msm8996 msm8998 qcs605 sdm660),true)
|
ifneq ($(call is-board-platform-in-list, msm8937 msm8953 msm8996 msm8998 sdm660),true)
|
||||||
ifneq ($(TARGET_EXCLUDE_QCOM_SEPOLICY),true)
|
ifneq ($(TARGET_EXCLUDE_QCOM_SEPOLICY),true)
|
||||||
ifneq ($(BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE),)
|
ifneq ($(BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE),)
|
||||||
include device/qcom/sepolicy_vndr/SEPolicy.mk
|
include device/qcom/sepolicy_vndr/SEPolicy.mk
|
||||||
|
|
36
common.mk
36
common.mk
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 2021 Paranoid Android
|
# Copyright 2022 Paranoid Android
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
@ -25,36 +25,18 @@ TRINKET := trinket
|
||||||
QCOM_BOARD_PLATFORMS += \
|
QCOM_BOARD_PLATFORMS += \
|
||||||
$(MSMSTEPPE) \
|
$(MSMSTEPPE) \
|
||||||
$(TRINKET) \
|
$(TRINKET) \
|
||||||
apq8084 \
|
|
||||||
apq8098_latv \
|
|
||||||
atoll \
|
atoll \
|
||||||
bengal \
|
bengal \
|
||||||
holi \
|
holi \
|
||||||
kona \
|
kona \
|
||||||
lahaina \
|
lahaina \
|
||||||
lito \
|
lito \
|
||||||
mpq8092 \
|
|
||||||
msm8226 \
|
|
||||||
msm8610 \
|
|
||||||
msm8909 \
|
|
||||||
msm8909_512 \
|
|
||||||
msm8916 \
|
|
||||||
msm8916_32 \
|
|
||||||
msm8916_32_512 \
|
|
||||||
msm8916_64 \
|
|
||||||
msm8937 \
|
msm8937 \
|
||||||
msm8952 \
|
|
||||||
msm8953 \
|
msm8953 \
|
||||||
msm8974 \
|
|
||||||
msm8992 \
|
|
||||||
msm8994 \
|
|
||||||
msm8996 \
|
msm8996 \
|
||||||
msm8998 \
|
msm8998 \
|
||||||
msmnile \
|
msmnile \
|
||||||
msmnile_au \
|
|
||||||
msm_bronze \
|
|
||||||
parrot \
|
parrot \
|
||||||
qcs605 \
|
|
||||||
sdm660 \
|
sdm660 \
|
||||||
sdm710 \
|
sdm710 \
|
||||||
sdm845 \
|
sdm845 \
|
||||||
|
@ -64,25 +46,14 @@ QCOM_BOARD_PLATFORMS += \
|
||||||
MSM_VIDC_TARGET_LIST := \
|
MSM_VIDC_TARGET_LIST := \
|
||||||
$(MSMSTEPPE) \
|
$(MSMSTEPPE) \
|
||||||
$(TRINKET) \
|
$(TRINKET) \
|
||||||
apq8084 \
|
|
||||||
apq8098_latv \
|
|
||||||
atoll \
|
atoll \
|
||||||
kona \
|
kona \
|
||||||
lito \
|
lito \
|
||||||
msm8226 \
|
|
||||||
msm8610 \
|
|
||||||
msm8909 \
|
|
||||||
msm8916 \
|
|
||||||
msm8937 \
|
msm8937 \
|
||||||
msm8952 \
|
|
||||||
msm8953 \
|
msm8953 \
|
||||||
msm8974 \
|
|
||||||
msm8992 \
|
|
||||||
msm8994 \
|
|
||||||
msm8996 \
|
msm8996 \
|
||||||
msm8998 \
|
msm8998 \
|
||||||
msmnile \
|
msmnile \
|
||||||
qcs605 \
|
|
||||||
sdm660 \
|
sdm660 \
|
||||||
sdm710 \
|
sdm710 \
|
||||||
sdm845
|
sdm845
|
||||||
|
@ -91,7 +62,6 @@ MSM_VIDC_TARGET_LIST := \
|
||||||
MASTER_SIDE_CP_TARGET_LIST := \
|
MASTER_SIDE_CP_TARGET_LIST := \
|
||||||
$(MSMSTEPPE) \
|
$(MSMSTEPPE) \
|
||||||
$(TRINKET) \
|
$(TRINKET) \
|
||||||
apq8098_latv \
|
|
||||||
atoll \
|
atoll \
|
||||||
bengal \
|
bengal \
|
||||||
kona \
|
kona \
|
||||||
|
@ -99,7 +69,6 @@ MASTER_SIDE_CP_TARGET_LIST := \
|
||||||
msm8996 \
|
msm8996 \
|
||||||
msm8998 \
|
msm8998 \
|
||||||
msmnile \
|
msmnile \
|
||||||
qcs605 \
|
|
||||||
sdm660 \
|
sdm660 \
|
||||||
sdm710 \
|
sdm710 \
|
||||||
sdm845
|
sdm845
|
||||||
|
@ -125,8 +94,7 @@ include $(QCOM_COMMON_PATH)/utils.mk
|
||||||
$(MSMSTEPPE) \
|
$(MSMSTEPPE) \
|
||||||
$(TRINKET) \
|
$(TRINKET) \
|
||||||
atoll \
|
atoll \
|
||||||
msmnile \
|
msmnile
|
||||||
msmnile_au
|
|
||||||
|
|
||||||
4_9_FAMILY := \
|
4_9_FAMILY := \
|
||||||
msm8953 \
|
msm8953 \
|
||||||
|
|
Loading…
Reference in New Issue