1# Copyright 2014 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.
4
5LOCAL_PATH := $(call my-dir)
6include $(CLEAR_VARS)
7
8LOCAL_SRC_FILES := $(call all-subdir-java-files)
9
10LOCAL_PACKAGE_NAME := UpstreamWebViewShell
11
12LOCAL_SDK_VERSION := 17
13
14include $(BUILD_PACKAGE)
15