fixup! vendor: perf: Update to Shennong (SM8650)
We merged the test directory into the main directory in an earlier commit to simplify the Makefile, but forgot to remove it completely from the Makefile. Change-Id: Ib1d9713025a2924a4b7f06d40694fb367c0ff95a Signed-off-by: BladeRunner-A2C <john.smith@unused.email>
This commit is contained in:
parent
3cc9593303
commit
893f75d464
|
@ -20,8 +20,7 @@ TARGET_PERF_COMPONENT_VARIANT := perf
|
|||
# Configs
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(call find-copy-subdir-files,*,$(QCOM_COMMON_PATH)/vendor/perf/configs/common,$(TARGET_COPY_OUT_VENDOR)/etc) \
|
||||
$(call find-copy-subdir-files,*,$(QCOM_COMMON_PATH)/vendor/perf/configs/$(TARGET_BOARD_PLATFORM),$(TARGET_COPY_OUT_VENDOR)/etc) \
|
||||
$(call find-copy-subdir-files,*,$(QCOM_COMMON_PATH)/vendor/perf/configs/test,$(TARGET_COPY_OUT_VENDOR)/etc)
|
||||
$(call find-copy-subdir-files,*,$(QCOM_COMMON_PATH)/vendor/perf/configs/$(TARGET_BOARD_PLATFORM),$(TARGET_COPY_OUT_VENDOR)/etc)
|
||||
|
||||
# Disable IOP HAL for select platforms.
|
||||
ifeq ($(call is-board-platform-in-list, msm8937 msm8953 msm8998 qcs605 sdm660 sdm710),true)
|
||||
|
|
Loading…
Reference in New Issue