Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 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 | |
| 5 LOCAL_PATH := $(call my-dir) | |
| 6 include $(CLEAR_VARS) | |
| 7 | |
| 8 LOCAL_SRC_FILES := $(call all-subdir-java-files) | |
| 9 | |
| 10 LOCAL_PACKAGE_NAME := UpstreamWebViewShell | |
| 11 | |
| 12 LOCAL_SDK_VERSION := 17 | |
| 13 | |
| 14 include $(BUILD_PACKAGE) | |
| OLD | NEW |