From 327b68567595bad776f2d7e4d0d7cd2d49eca55a Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Tue, 16 Nov 2010 15:24:45 -0800 Subject: Remove ALSA configuration files from system image Change-Id: I2236768b2c25d567742f2fdd9f68160c7d31ae02 --- CleanSpec.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CleanSpec.mk') diff --git a/CleanSpec.mk b/CleanSpec.mk index 5d24448..0c9c31b 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -53,4 +53,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/SHARED_LIBRAR $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/SHARED_LIBRARIES/libaudio_intermediates) $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/STATIC_LIBRARIES/libasound_intermediates) $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/EXECUTABLES/alsa_*) -$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/system/bin/alsa_*) \ No newline at end of file +$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/system/bin/alsa_*) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/system/etc/asound.conf) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/system/usr/share/alsa) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/PACKAGING/systemimage_intermediates) -- cgit v1.1