summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorJeong-Seok Yang <jseok.yang@samsung.com>2011-06-08 20:28:48 +0900
committerIliyan Malchev <malchev@google.com>2011-06-14 15:05:20 -0700
commit114856ae6435997ca4b61fe45417feba6b27e61e (patch)
tree619fb9b6b3613a824bf0d88fecf32980568256b1 /CleanSpec.mk
parent50af4b3f9cc774c7377521679587b6ff6aecf678 (diff)
downloaddevice_samsung_crespo-114856ae6435997ca4b61fe45417feba6b27e61e.zip
device_samsung_crespo-114856ae6435997ca4b61fe45417feba6b27e61e.tar.gz
device_samsung_crespo-114856ae6435997ca4b61fe45417feba6b27e61e.tar.bz2
libcamera: Change camera.herring.so from camera.s5pc110.so
crespo: libcamera is for only herring not boards what are based on s5pc110. So the module name is changed to camera.herring.so from camera.s5pc110.so Change-Id: Ie2231ecfd4c97dd72fba8258e489f90df27b9f51 Signed-off-by: Jeong-Seok Yang <jseok.yang@samsung.com>
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 369698e..5f573ef 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -59,3 +59,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/system/usr/share/
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/PACKAGING/systemimage_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/SHARED_LIBRARIES/libaudio_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/default.prop)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/system/lib/hw/camera.s5pc110.so)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/lib/camera.s5pc110.so)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/obj/SHARED_LIBRARIES/camera.s5pc110_intermediates/LINKED/camera.s5pc110.so)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/crespo/symbols/system/lib/hw/camera.s5pc110.so)