blob: f5f9f70cbdee3c350a83a907840d3ae213eb28ab [file] [log] [blame]
Elliott Hughes7ee3a062010-02-18 17:20:15 -08001# -*- mode: makefile -*-
Dan Bornstein6ac43c22009-10-24 15:33:49 -07002# Copyright (C) 2007 The Android Open Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
Paul Duffin4321db42018-01-23 11:43:48 +000016# Archive a copy of the classes.jar in SDK build.
Nan Zhang602fc0e2018-03-22 16:14:22 -070017full_classes_jar := $(call intermediates-dir-for,JAVA_LIBRARIES,core.current.stubs,,COMMON)/classes.jar
Paul Duffin4321db42018-01-23 11:43:48 +000018$(call dist-for-goals,sdk win_sdk,$(full_classes_jar):core.current.stubs.jar)