summaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2013-05-24 10:39:28 -0700
committerAndrew Sapperstein <asapperstein@google.com>2013-05-24 13:36:21 -0700
commit642c6775ded9b9c4a9db6411612da0a5095d14b1 (patch)
treee55a0b9d12280af2dffe1872df1d5a65d55fe239 /CleanSpec.mk
parentfb6a74b5e0b1e4c0ae9d98e8f6cb70c805f8435e (diff)
downloadandroid_packages_apps_Email-642c6775ded9b9c4a9db6411612da0a5095d14b1.tar.gz
android_packages_apps_Email-642c6775ded9b9c4a9db6411612da0a5095d14b1.tar.bz2
android_packages_apps_Email-642c6775ded9b9c4a9db6411612da0a5095d14b1.zip
Delete build directory.
To streamline our build, I've gone through and eliminated the redundant build directory. Strings in build/res have been moved into the regular res/ directory and the Android.mk file has been updated to no longer use the non-existent build directory at all. Fixes b/9105428. Change-Id: I93288068dceb13ad0a9a5396eb88335e3ecd65f1
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 6e8bff0f9..fdb25a98f 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -53,4 +53,6 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.an
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.email*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email*)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.email*)
+$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/Email*)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/com.android.email*) \ No newline at end of file