summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 7196ce6..fd01fbb 100644
--- a/Android.mk
+++ b/Android.mk
@@ -293,6 +293,7 @@ LOCAL_LDLIBS += -lpthread -ldl
# Build the list of shared libraries
LOCAL_SHARED_LIBRARIES := \
libandroid \
+ libandroidfw \
libandroid_runtime \
libnativehelper \
libsqlite \
@@ -390,8 +391,5 @@ include $(BUILD_SHARED_LIBRARY)
# Build the wds client
include $(WEBKIT_PATH)/android/wds/client/Android.mk
-# Build the performance command line tool.
-include $(WEBKIT_PATH)/android/benchmark/Android.mk
-
# Build the webkit merge tool.
include $(BASE_PATH)/Tools/android/webkitmerge/Android.mk