summaryrefslogtreecommitdiff
path: root/chromium/Android.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/Android.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/Android.mk')
-rw-r--r--chromium/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/Android.mk b/chromium/Android.mk
index a4902ac..342d690 100644
--- a/chromium/Android.mk
+++ b/chromium/Android.mk
@@ -25,7 +25,7 @@ ifneq ($(PRODUCT_PREBUILT_WEBVIEWCHROMIUM),yes)
# Java glue layer JAR, calls directly into the chromium AwContents Java API.
include $(CLEAR_VARS)
-LOCAL_PACKAGE_NAME := webviewchromium
+LOCAL_PACKAGE_NAME := webview
LOCAL_MANIFEST_FILE := AndroidManifest.xml