Svet Ganov | df64449 | 2014-08-29 15:35:49 -0700 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
| 2 | |
| 3 | include $(CLEAR_VARS) |
| 4 | |
| 5 | LOCAL_SRC_FILES:= \ |
| 6 | com_android_printspooler_util_BitmapSerializeUtils.cpp \ |
| 7 | |
| 8 | LOCAL_C_INCLUDES += \ |
| 9 | $(JNI_H_INCLUDE) |
| 10 | |
| 11 | LOCAL_SHARED_LIBRARIES := \ |
Brian Carlstrom | 191cbad | 2014-09-04 09:52:31 -0700 | [diff] [blame] | 12 | libnativehelper \ |
| 13 | libjnigraphics \ |
| 14 | liblog |
Svet Ganov | df64449 | 2014-08-29 15:35:49 -0700 | [diff] [blame] | 15 | |
| 16 | LOCAL_MODULE := libprintspooler_jni |
| 17 | LOCAL_MODULE_TAGS := optional |
| 18 | |
| 19 | include $(BUILD_SHARED_LIBRARY) |