198a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams#
298a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams# Copyright (C) 2012 The Android Open Source Project
398a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams#
498a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams# Licensed under the Apache License, Version 2.0 (the "License");
598a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams# you may not use this file except in compliance with the License.
698a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams# You may obtain a copy of the License at
798a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams#
898a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams#      http://www.apache.org/licenses/LICENSE-2.0
998a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams#
1098a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams# Unless required by applicable law or agreed to in writing, software
1198a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams# distributed under the License is distributed on an "AS IS" BASIS,
1298a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1398a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams# See the License for the specific language governing permissions and
1498a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams# limitations under the License.
1598a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams#
1698a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams
17289d859f054a02de6eaaaa1b9452cf6b484bab0eTim Murray# Don't build the library in unbundled branches.
18289d859f054a02de6eaaaa1b9452cf6b484bab0eTim Murrayifeq (,$(TARGET_BUILD_APPS))
19289d859f054a02de6eaaaa1b9452cf6b484bab0eTim Murray
2098a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason SamsLOCAL_PATH := $(call my-dir)
2198a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams
2298a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Samsinclude $(CLEAR_VARS)
2398a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams
24099deb8fb1715e62bcb24513f8e9305ab4f7743aScott MainLOCAL_MODULE := android-support-v8-renderscript
25179158fa990160cf3f309f6a87a039e71ab664e8Tim MurrayLOCAL_SDK_VERSION := 18
2698a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason SamsLOCAL_SRC_FILES := $(call all-java-files-under, java/src)
2798a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams
2898a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Samsinclude $(BUILD_STATIC_JAVA_LIBRARY)
2998a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams
3098a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams# TODO: Build the tests as an APK here
3198a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams
3298a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Samsinclude $(call all-makefiles-under, $(LOCAL_PATH))
3398a281354fe06d1f970d0521c9a08d9eb0aa1a45Jason Sams
34289d859f054a02de6eaaaa1b9452cf6b484bab0eTim Murrayendif
35