164ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz Mikolajewski# Copyright (C) 2015 The Android Open Source Project
264ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz Mikolajewski#
364ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz Mikolajewski# Licensed under the Apache License, Version 2.0 (the "License");
464ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz Mikolajewski# you may not use this file except in compliance with the License.
564ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz Mikolajewski# You may obtain a copy of the License at
664ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz Mikolajewski#
764ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz Mikolajewski#      http://www.apache.org/licenses/LICENSE-2.0
864ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz Mikolajewski#
964ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz Mikolajewski# Unless required by applicable law or agreed to in writing, software
1064ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz Mikolajewski# distributed under the License is distributed on an "AS IS" BASIS,
1164ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz Mikolajewski# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1264ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz Mikolajewski# See the License for the specific language governing permissions and
1364ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz Mikolajewski# limitations under the License.
1464ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz Mikolajewski
1564ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz MikolajewskiLOCAL_PATH := $(call my-dir)
1664ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz Mikolajewski
1764ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz Mikolajewskiinclude $(CLEAR_VARS)
1864ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz Mikolajewski
1964ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz MikolajewskiLOCAL_MODULE_TAGS := tests
2082b55491586ac50a0f95b60e39a3c18d068941cfChris BanesLOCAL_SDK_VERSION := $(SUPPORT_CURRENT_SDK_VERSION)
2164ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz MikolajewskiLOCAL_SRC_FILES := $(call all-java-files-under, src)
2264ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz MikolajewskiLOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
234e7746cfb27f15144d0d161a300492c669c6c0d5Alan ViveretteLOCAL_STATIC_JAVA_LIBRARIES := \
244e7746cfb27f15144d0d161a300492c669c6c0d5Alan Viverette    android-support-test \
254e7746cfb27f15144d0d161a300492c669c6c0d5Alan Viverette    android-support-documents-archive
2664ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz MikolajewskiLOCAL_AAPT_FLAGS := --auto-add-overlay -0 zip
274e835fe3fd6142284f2f1f064e7593bd6cca3b38Tomasz MikolajewskiLOCAL_PACKAGE_NAME := AndroidSupportDocumentsArchiveTests
2864ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz Mikolajewski
2964ce8c2e2085a0d5ff3e69ba5520873d41c76af5Tomasz Mikolajewskiinclude $(BUILD_PACKAGE)
30