summaryrefslogtreecommitdiff
path: root/chromium/CleanSpec.mk
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2014-08-04 17:03:33 +0100
committerTorne (Richard Coles) <torne@google.com>2014-08-04 17:38:30 +0100
commit51fff92784c3837f6be6344bb25621f129959de6 (patch)
treefca9c09efa9e165561d2931936c217fe675efe9c /chromium/CleanSpec.mk
parenta763f3deb8c0c6d2226f225af3035411318a8fc1 (diff)
downloadwebview-51fff92784c3837f6be6344bb25621f129959de6.tar.gz
Rename the WebView package.
Rename the WebView package from "webviewchromium" to "webview", removing the dummy webview package which existed solely to depend on webviewchromium. We no longer require this layer of abstraction and it makes it impossible to inherit from webviewchromium correctly. Bug: 16329371 Change-Id: I1437c7cacb867b2f2d10842a1b9c10aa5c4791e2
Diffstat (limited to 'chromium/CleanSpec.mk')
-rw-r--r--chromium/CleanSpec.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/CleanSpec.mk b/chromium/CleanSpec.mk
index 221eb31..1d5b521 100644
--- a/chromium/CleanSpec.mk
+++ b/chromium/CleanSpec.mk
@@ -44,6 +44,9 @@
#$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f)
#$(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/*)
$(call add-clean-step, rm -rf $(TARGET_OUT_JAVA_LIBRARIES)/webviewchromium.*)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/framework/webview)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/framework/webviewchromium.jar)
+$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/webviewchromium)
# ******************************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST ABOVE THIS BANNER