Remove iperf libraries

TEST: flashed taimen device
Change-Id: I467e72e4323e20643e5a3bb40b82e889306193f9
This commit is contained in:
Bill Yi
2019-02-25 12:02:53 -08:00
parent 422b41bf7f
commit fd9d3d109d
2 changed files with 0 additions and 6 deletions

View File

@@ -26,7 +26,6 @@
system/lib64/lib-imsvtextutils.so \
system/lib64/lib-imsvt.so \
system/lib64/lib-imsvtutils.so \
system/lib64/libiperf.so \
system/lib64/librcc.so \
system/lib/com.qualcomm.qti.imsrtpservice@1.0.so \
system/lib/libdiag_system.so \
@@ -36,8 +35,6 @@
system/lib/lib-imsvtextutils.so \
system/lib/lib-imsvt.so \
system/lib/lib-imsvtutils.so \
system/lib/libiperf.so \
system/lib/librcc.so \
system/xbin/iperf3 \
"
;;

View File

@@ -35,7 +35,6 @@ PRODUCT_COPY_FILES := \
vendor/qcom/walleye/proprietary/lib64/lib-imsvtextutils.so:system/lib64/lib-imsvtextutils.so:qcom \
vendor/qcom/walleye/proprietary/lib64/lib-imsvt.so:system/lib64/lib-imsvt.so:qcom \
vendor/qcom/walleye/proprietary/lib64/lib-imsvtutils.so:system/lib64/lib-imsvtutils.so:qcom \
vendor/qcom/walleye/proprietary/lib64/libiperf.so:system/lib64/libiperf.so:qcom \
vendor/qcom/walleye/proprietary/lib64/librcc.so:system/lib64/librcc.so:qcom \
vendor/qcom/walleye/proprietary/com.qualcomm.qti.imsrtpservice@1.0.so:system/lib/com.qualcomm.qti.imsrtpservice@1.0.so:qcom \
vendor/qcom/walleye/proprietary/libdiag_system.so:system/lib/libdiag_system.so:qcom \
@@ -45,6 +44,4 @@ PRODUCT_COPY_FILES := \
vendor/qcom/walleye/proprietary/lib-imsvtextutils.so:system/lib/lib-imsvtextutils.so:qcom \
vendor/qcom/walleye/proprietary/lib-imsvt.so:system/lib/lib-imsvt.so:qcom \
vendor/qcom/walleye/proprietary/lib-imsvtutils.so:system/lib/lib-imsvtutils.so:qcom \
vendor/qcom/walleye/proprietary/libiperf.so:system/lib/libiperf.so:qcom \
vendor/qcom/walleye/proprietary/librcc.so:system/lib/librcc.so:qcom \
vendor/qcom/walleye/proprietary/iperf3:system/xbin/iperf3:qcom \