summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2016-11-04 21:41:01 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-11-04 21:41:01 +0000
commit33b7fd3f1361d02e941320b606cc7957edc12f4a (patch)
tree28c81da75e6e947e5985218e282dcd0fac9b0bc5
parent5b27453aa18332f3e6a782fe37d44f91c629c46f (diff)
parentd89642665e372a9148e9b8df449a389aa1c67015 (diff)
downloadwebview-33b7fd3f1361d02e941320b606cc7957edc12f4a.tar.gz
Merge "Add missing dependency"
-rw-r--r--chromium/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/Android.mk b/chromium/Android.mk
index f200fba..7595858 100644
--- a/chromium/Android.mk
+++ b/chromium/Android.mk
@@ -34,7 +34,6 @@ LOCAL_SRC_FILES:= \
LOCAL_C_INCLUDES:= \
external/skia/include/core \
frameworks/base/core/jni/android/graphics \
- frameworks/base/libs/hwui \
frameworks/native/include/ui \
LOCAL_SHARED_LIBRARIES += \
@@ -45,6 +44,7 @@ LOCAL_SHARED_LIBRARIES += \
libui \
libutils \
libhwui \
+ libandroidfw
LOCAL_MODULE_TAGS := optional