summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2013-08-29 14:31:12 -0700
committerKenny Root <kroot@google.com>2013-08-29 16:01:33 -0700
commit55dcd9775c58b79c7e3ea1e4f8a6ed3cc2001ff3 (patch)
tree3d024d1bd8f76261850b274fd5f104521ea35416 /CleanSpec.mk
parentb397b19a825d69e9122f1241849db726abae5413 (diff)
downloadlibcore-55dcd9775c58b79c7e3ea1e4f8a6ed3cc2001ff3.tar.gz
libcore-55dcd9775c58b79c7e3ea1e4f8a6ed3cc2001ff3.tar.bz2
libcore-55dcd9775c58b79c7e3ea1e4f8a6ed3cc2001ff3.zip
Revert "Revert "Change conscrypt-nojarjar to a static library""
This reverts commit aae2e51f245328652c00c95004f394ff360e2fb8. Split the support library out of core-tests so the frameworks tests don't go over the method limit. Change-Id: Ib177a41b9965f213d325964e9723bfdfba2c5b99
Diffstat (limited to 'CleanSpec.mk')
-rw-r--r--CleanSpec.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 1618f1b44..992b0dc37 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -45,6 +45,8 @@
#$(call add-clean-step, find $(OUT) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
#$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
#$(call add-clean-step, rm -rf $(OUT)/obj/SHARED_LIBRARIES/libdvm*)
+$(call add-clean-step, rm -rf $(OUT)/system/framework/conscrypt-nojarjar.jar)
+$(call add-clean-step, rm -rf $(OUT)/system/framework/conscrypt-nojarjar.jar)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
# ************************************************