1b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborn# Copyright (C) 2011 The Android Open Source Project
2b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborn#
3b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborn# Licensed under the Apache License, Version 2.0 (the "License");
4b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborn# you may not use this file except in compliance with the License.
5b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborn# You may obtain a copy of the License at
6b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborn#
7b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborn#      http://www.apache.org/licenses/LICENSE-2.0
8b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborn#
9b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborn# Unless required by applicable law or agreed to in writing, software
10b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborn# distributed under the License is distributed on an "AS IS" BASIS,
11b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborn# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborn# See the License for the specific language governing permissions and
13b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborn# limitations under the License.
14b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborn
15b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne HackbornLOCAL_PATH := $(call my-dir)
16b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborn
17b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborn# Note: the source code is in java/, not src/, because this code is also part of
18b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborn# the framework library, and build/core/pathmap.mk expects a java/ subdirectory.
19b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborn
20c21f57ed68b81a77167f1df000b0e272e1598bc0Jeff Brown# A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
21948cc9d45dbf689dbd899ae6ed530e2ee7f717d9Adam Coheninclude $(CLEAR_VARS)
22c21f57ed68b81a77167f1df000b0e272e1598bc0Jeff BrownLOCAL_MODULE := android-support-v13-ics
23c21f57ed68b81a77167f1df000b0e272e1598bc0Jeff BrownLOCAL_SDK_VERSION := 14
24c21f57ed68b81a77167f1df000b0e272e1598bc0Jeff BrownLOCAL_SRC_FILES := $(call all-java-files-under, ics)
25948cc9d45dbf689dbd899ae6ed530e2ee7f717d9Adam Coheninclude $(BUILD_STATIC_JAVA_LIBRARY)
26948cc9d45dbf689dbd899ae6ed530e2ee7f717d9Adam Cohen
272a4d8518f36346ea25a22a736453ff28f2954165Dianne Hackborn# A helper sub-library that makes direct use of Ice Cream Sandwich APIs.
28b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborninclude $(CLEAR_VARS)
29abc968f1eba800c34a4008deb43b015da5d23a5fAdam PowellLOCAL_MODULE := android-support-v13-ics-mr1
30f2fed0f23e5d00ed1c65f3dce567edee1a67a5ceYing WangLOCAL_SDK_VERSION := 15
31abc968f1eba800c34a4008deb43b015da5d23a5fAdam PowellLOCAL_SRC_FILES := $(call all-java-files-under, ics-mr1)
32c21f57ed68b81a77167f1df000b0e272e1598bc0Jeff BrownLOCAL_STATIC_JAVA_LIBRARIES := android-support-v13-ics
33abc968f1eba800c34a4008deb43b015da5d23a5fAdam Powellinclude $(BUILD_STATIC_JAVA_LIBRARY)
34abc968f1eba800c34a4008deb43b015da5d23a5fAdam Powell
352a4d8518f36346ea25a22a736453ff28f2954165Dianne Hackborn# -----------------------------------------------------------------------
362a4d8518f36346ea25a22a736453ff28f2954165Dianne Hackborn
372a4d8518f36346ea25a22a736453ff28f2954165Dianne Hackborninclude $(CLEAR_VARS)
382a4d8518f36346ea25a22a736453ff28f2954165Dianne HackbornLOCAL_MODULE := android-support-v13
392a4d8518f36346ea25a22a736453ff28f2954165Dianne HackbornLOCAL_SDK_VERSION := 13
40b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne HackbornLOCAL_SRC_FILES := $(call all-java-files-under, java)
412a4d8518f36346ea25a22a736453ff28f2954165Dianne HackbornLOCAL_STATIC_JAVA_LIBRARIES += android-support-v4 \
42e4788686b60d6f03b6bfd05fe2ba32b786c77929Winson Chung        android-support-v13-ics-mr1
43b13ff27bb444693a88a4b1ed31e4e455eec8701cDianne Hackborninclude $(BUILD_STATIC_JAVA_LIBRARY)
44