Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18286cc6 authored by Nick Pelly's avatar Nick Pelly Committed by Android Git Automerger
Browse files

am 38476ef2: am 8f1e7b62: Merge "Cleanspec to fix incremental build failures...

am 38476ef2: am 8f1e7b62: Merge "Cleanspec to fix incremental build failures of the form:" into gingerbread

Merge commit '38476ef2'

* commit '38476ef2':
  Cleanspec to fix incremental build failures of the form:
parents 0bc1f396 38476ef2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -83,6 +83,8 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/androi
$(call add-clean-step, rm -rf out/target/common/docs/api-stubs*)
$(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