OSDN Git Service

Disable the legacy su
[android-x86/system-extras.git] / CleanSpec.mk
index 8f0a0fb..78a1dfe 100644 (file)
@@ -68,6 +68,12 @@ $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/ioshark_bench)
 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/cpueater)
 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/daemonize)
 $(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/directiotest)
+$(call add-clean-step, rm -f $(TARGET_OUT_OPTIONAL_EXECUTABLES)/ioshark_bench)
+
+# Remove `no-perfprofd` from the system partition, as its module
+# definition has been removed from the Blueprint file.
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/no-perfprofd)
+
 # ************************************************
 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
 # ************************************************