1059178a8c7cc80848e5594a9287be91bd924831aChris Banes# Copyright (C) 2014 The Android Open Source Project
2059178a8c7cc80848e5594a9287be91bd924831aChris Banes#
3059178a8c7cc80848e5594a9287be91bd924831aChris Banes# Licensed under the Apache License, Version 2.0 (the "License");
4059178a8c7cc80848e5594a9287be91bd924831aChris Banes# you may not use this file except in compliance with the License.
5059178a8c7cc80848e5594a9287be91bd924831aChris Banes# You may obtain a copy of the License at
6059178a8c7cc80848e5594a9287be91bd924831aChris Banes#
7059178a8c7cc80848e5594a9287be91bd924831aChris Banes#      http://www.apache.org/licenses/LICENSE-2.0
8059178a8c7cc80848e5594a9287be91bd924831aChris Banes#
9059178a8c7cc80848e5594a9287be91bd924831aChris Banes# Unless required by applicable law or agreed to in writing, software
10059178a8c7cc80848e5594a9287be91bd924831aChris Banes# distributed under the License is distributed on an "AS IS" BASIS,
11059178a8c7cc80848e5594a9287be91bd924831aChris Banes# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12059178a8c7cc80848e5594a9287be91bd924831aChris Banes# See the License for the specific language governing permissions and
13059178a8c7cc80848e5594a9287be91bd924831aChris Banes# limitations under the License.
14059178a8c7cc80848e5594a9287be91bd924831aChris Banes
15059178a8c7cc80848e5594a9287be91bd924831aChris BanesLOCAL_PATH := $(call my-dir)
16059178a8c7cc80848e5594a9287be91bd924831aChris Banes
17059178a8c7cc80848e5594a9287be91bd924831aChris Banes# Here is the final static library that apps can link against.
18059178a8c7cc80848e5594a9287be91bd924831aChris Banesinclude $(CLEAR_VARS)
19059178a8c7cc80848e5594a9287be91bd924831aChris BanesLOCAL_MODULE := android-support-v7-palette
20059178a8c7cc80848e5594a9287be91bd924831aChris BanesLOCAL_SDK_VERSION := 7
21059178a8c7cc80848e5594a9287be91bd924831aChris BanesLOCAL_SRC_FILES := $(call all-java-files-under,src)
22c6cdc41397bc3ad2c936069af6d448f242790513Chris BanesLOCAL_JAVA_LIBRARIES += android-support-v4
23059178a8c7cc80848e5594a9287be91bd924831aChris Banesinclude $(BUILD_STATIC_JAVA_LIBRARY)
24