summaryrefslogtreecommitdiff
path: root/chromium/Android.mk
diff options
context:
space:
mode:
authorMarcin Kosiba <mkosiba@google.com>2014-07-29 10:41:55 +0100
committerMarcin Kosiba <mkosiba@google.com>2014-07-29 10:42:36 +0100
commit608f48cac3eb20fe520bbc6feb515f68ab3b6ad2 (patch)
tree7df9a5d23a2d95fd21be60110f1b7bfe8e2b5a39 /chromium/Android.mk
parent445e21d47cb400de87dfcae15f3354c471637f71 (diff)
downloadwebview-608f48cac3eb20fe520bbc6feb515f68ab3b6ad2.tar.gz
Generate R class for the glue layer.
This makes AAPT generate the R class for the glue layer namespace. This is needed because we removed the line from the upstream resources_config.mk file. Change-Id: I3229ebdf92e062a402efc2a3863bfc393651e9fa
Diffstat (limited to 'chromium/Android.mk')
-rw-r--r--chromium/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/Android.mk b/chromium/Android.mk
index 0b31664..54a7cbe 100644
--- a/chromium/Android.mk
+++ b/chromium/Android.mk
@@ -42,8 +42,9 @@ LOCAL_JARJAR_RULES := $(CHROMIUM_PATH)/android_webview/build/jarjar-rules.txt
include $(CHROMIUM_PATH)/android_webview/build/resources_config.mk
LOCAL_RESOURCE_DIR := \
$(LOCAL_PATH)/res \
- $(android_webview_resources_dirs)
+ $android_webview_resources_dirs)
LOCAL_AAPT_FLAGS := $(android_webview_aapt_flags)
+LOCAL_AAPT_FLAGS += --extra-packages com.android.webview.chromium
LOCAL_AAPT_FLAGS += --shared-lib
# TODO: filter webviewchromium_webkit_strings based on PRODUCT_LOCALES.