xref: /aosp_15_r20/external/selinux/CleanSpec.mk (revision 2d543d20722ada2425b5bdab9d0d1d29470e7bba)
1*2d543d20SAndroid Build Coastguard Worker# This empty CleanSpec.mk file will prevent the build system
2*2d543d20SAndroid Build Coastguard Worker# from descending into subdirs.
3*2d543d20SAndroid Build Coastguard Worker#
4*2d543d20SAndroid Build Coastguard Worker$(call add-clean-step, rm -rf $(OUT_DIR)/host/linux-x86/bin/audit2allow)
5*2d543d20SAndroid Build Coastguard Worker$(call add-clean-step, rm -rf $(OUT_DIR)/host/linux-x86/bin/audit2why)
6*2d543d20SAndroid Build Coastguard Worker$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/lib/libselinux.so)
7