Implement android_webview url intercepting.
[chromium-blink-merge.git] / Android.mk
blob2f7c924f6b0c13a199c53333793c1ba21662d90f
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # This Android makefile is used to build WebView in the Android build system.
6 # gyp autogenerates the real makefiles, which we just include here if we are
7 # doing a WebView build. For other builds, this makefile does nothing, which
8 # prevents the Android build system from mistakenly loading any other
9 # Android.mk that may exist in the Chromium tree.
11 ifdef CHROME_ANDROID_BUILD_WEBVIEW
12 include $(call my-dir)/GypAndroid.mk
13 endif