14b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganov# Copyright (C) 2013 The Android Open Source Project
24b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganov#
34b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganov# Licensed under the Apache License, Version 2.0 (the "License");
44b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganov# you may not use this file except in compliance with the License.
54b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganov# You may obtain a copy of the License at
64b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganov#
74b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganov#      http://www.apache.org/licenses/LICENSE-2.0
84b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganov#
94b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganov# Unless required by applicable law or agreed to in writing, software
104b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganov# distributed under the License is distributed on an "AS IS" BASIS,
114b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganov# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
124b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganov# See the License for the specific language governing permissions and
134b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganov# limitations under the License.
144b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganov
154b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav GanovLOCAL_PATH:= $(call my-dir)
164b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganov
174b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganovinclude $(CLEAR_VARS)
184b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganov
194b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav GanovLOCAL_MODULE_TAGS := optional
204b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganov
214b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav GanovLOCAL_SRC_FILES := $(call all-java-files-under, src)
2262ce332c141cf7bc7200c4c87d63e395874fc3ecSvetoslavLOCAL_SRC_FILES += \
2362ce332c141cf7bc7200c4c87d63e395874fc3ecSvetoslav        src/com/android/printspooler/renderer/IPdfRenderer.aidl \
2462ce332c141cf7bc7200c4c87d63e395874fc3ecSvetoslav        src/com/android/printspooler/renderer/IPdfEditor.aidl
254b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganov
264b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav GanovLOCAL_PACKAGE_NAME := PrintSpooler
274b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganov
28d97bf6920b9a11708632217f0acedff115878710SvetoslavLOCAL_JNI_SHARED_LIBRARIES := libprintspooler_jni
29525a66b2bb5abf844aff2109bdc9ed819566beceSvet GanovLOCAL_STATIC_JAVA_LIBRARIES := android-support-v4 android-support-v7-recyclerview
30a798c0a984f29f7180883a61839f68d2cbf0c6ceSvetoslav
314b9a4d16872bbb50712e007b419ac0b35ff1582dSvetoslav Ganovinclude $(BUILD_PACKAGE)
32df6444931b030d3cdd9769e23f16f0a16fe9c654Svet Ganov
33df6444931b030d3cdd9769e23f16f0a16fe9c654Svet Ganovinclude $(call all-makefiles-under, $(LOCAL_PATH))