summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2016-11-03 16:19:13 -0700
committerColin Cross <ccross@android.com>2016-11-04 13:30:20 -0700
commitd89642665e372a9148e9b8df449a389aa1c67015 (patch)
tree28c81da75e6e947e5985218e282dcd0fac9b0bc5
parent5b27453aa18332f3e6a782fe37d44f91c629c46f (diff)
downloadwebview-d89642665e372a9148e9b8df449a389aa1c67015.tar.gz
Add missing dependency
Test: builds Change-Id: I3c2bccbf3cef536f1be5a2b72136d567dab3a99d (cherry picked from commit f00cfa4e1d3bef4b8640374b11c8559a33734a75)
-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