summaryrefslogtreecommitdiff
path: root/chromium
diff options
context:
space:
mode:
Diffstat (limited to 'chromium')
-rw-r--r--chromium/Android.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/chromium/Android.mk b/chromium/Android.mk
index b2d2cea..c0facb2 100644
--- a/chromium/Android.mk
+++ b/chromium/Android.mk
@@ -72,12 +72,5 @@ LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)
-
-# Include the makefile for the main package unless we are using a prebuilt.
-ifneq ($(PRODUCT_PREBUILT_WEBVIEWCHROMIUM),yes)
-extra_java_files :=
-include $(LOCAL_PATH)/package.mk
-endif
-
# Build other stuff
include $(call first-makefiles-under,$(LOCAL_PATH))