From 31bcbdaa6c0e910ec9fd395d20910909309e2b31 Mon Sep 17 00:00:00 2001 From: Nick Pelly Date: Mon, 18 Oct 2010 15:13:00 -0700 Subject: Cleanspec to fix incremental build failures of the form: out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/com/trustdlogic/trustednfc/android/ILlcpConnectionlessSocket.java:74: cannot find symbol symbol : class LlcpPacket location: package com.trustedlogic.trustednfc.android.com.trustedlogic.trustednfc.android.LlcpPacket _result = this.receiveFrom(_arg0); Change-Id: I344c3b882265049cbc11dd5433535376eaadd855 Signed-off-by: Nick Pelly --- CleanSpec.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CleanSpec.mk') diff --git a/CleanSpec.mk b/CleanSpec.mk index da1d46f..d19f3f8 100644 --- a/CleanSpec.mk +++ b/CleanSpec.mk @@ -70,6 +70,8 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/soundfx/) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/android/os/storage/*) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/com/trustedlogic) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/src/com/trustedlogic) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/src/core/java/com/trustedlogic) +$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/src/com/trustedlogic) # ************************************************ # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST -- cgit v1.1