168f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)#
268f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)# Copyright (C) 2012 The Android Open Source Project
368f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)#
468f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)# Licensed under the Apache License, Version 2.0 (the "License");
568f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)# you may not use this file except in compliance with the License.
668f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)# You may obtain a copy of the License at
768f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)#
868f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)#      http://www.apache.org/licenses/LICENSE-2.0
968f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)#
1068f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)# Unless required by applicable law or agreed to in writing, software
1168f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)# distributed under the License is distributed on an "AS IS" BASIS,
1268f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1368f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)# See the License for the specific language governing permissions and
1468f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)# limitations under the License.
1568f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)#
1668f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)
1768f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)# This package provides a layer of abstraction that allows the WebView
1868f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)# implementation to be replaced in the dependency graph.
1968f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)
2068f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)LOCAL_PATH := $(call my-dir)
2168f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)include $(CLEAR_VARS)
2268f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)
2368f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)LOCAL_MODULE := webview
2468f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)LOCAL_MODULE_TAGS := optional
2568f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)LOCAL_REQUIRED_MODULES := libwebcore
2668f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)
2768f3ce2aabdf9e8249dc031c4d4586af85c4be55Torne (Richard Coles)include $(BUILD_PHONY_PACKAGE)
28