diff --git a/self-extractors/extract-lists.txt b/self-extractors/extract-lists.txt index 1cc2a90..099f866 100644 --- a/self-extractors/extract-lists.txt +++ b/self-extractors/extract-lists.txt @@ -39,6 +39,5 @@ system/lib/libiperf.so \ system/lib/librcc.so \ system/xbin/iperf3 \ - system/xbin/sanitizer-status \ " ;; diff --git a/self-extractors/qcom/staging/device-partial.mk b/self-extractors/qcom/staging/device-partial.mk index 2fc2735..49293f3 100644 --- a/self-extractors/qcom/staging/device-partial.mk +++ b/self-extractors/qcom/staging/device-partial.mk @@ -48,4 +48,3 @@ PRODUCT_COPY_FILES := \ 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 \ - vendor/qcom/walleye/proprietary/sanitizer-status:system/xbin/sanitizer-status:qcom \