# Copyright 2014 The Chromium Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
LOCAL_PATH := $(call my-dir) | |
include $(CLEAR_VARS) | |
LOCAL_SRC_FILES := $(call all-subdir-java-files) | |
LOCAL_PACKAGE_NAME := UpstreamWebViewShell | |
LOCAL_SDK_VERSION := 17 | |
include $(BUILD_PACKAGE) |