summaryrefslogtreecommitdiff
path: root/chromium/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/Android.mk')
-rw-r--r--chromium/Android.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/chromium/Android.mk b/chromium/Android.mk
index e015510..102afb1 100644
--- a/chromium/Android.mk
+++ b/chromium/Android.mk
@@ -14,10 +14,10 @@
# limitations under the License.
#
-# This package provides the 'glue' layer between Chromium and WebView.
+# This package provides the system interfaces required to load WebView and allow
+# it to render.
LOCAL_PATH := $(call my-dir)
-CHROMIUM_PATH := external/chromium_org
# Native support library (libwebviewchromium_plat_support.so) - does NOT link
# any native chromium code.
@@ -73,6 +73,3 @@ LOCAL_SHARED_LIBRARIES += \
LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)
-
-# Build other stuff
-include $(call first-makefiles-under,$(LOCAL_PATH))