diff options
author | Philip P. Moltmann <moltmann@google.com> | 2017-03-01 00:39:11 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-03-01 00:39:11 +0000 |
commit | cff5fc6a3e57f19421335e367e42d926e44332ea (patch) | |
tree | a5ce304b83d57017eed10d4d497b05a25fa47ac1 | |
parent | 1b0bab11ed97fb181b6b98ae627c071c5a7b03bb (diff) | |
parent | 85d25836167f25b8eb81acdf6040494ea935bcea (diff) | |
download | platform_external_libcups-cff5fc6a3e57f19421335e367e42d926e44332ea.tar.gz platform_external_libcups-cff5fc6a3e57f19421335e367e42d926e44332ea.tar.bz2 platform_external_libcups-cff5fc6a3e57f19421335e367e42d926e44332ea.zip |
Libcups should built against ndk am: 351273cf28 am: 1e26deb80f
am: 85d2583616
Change-Id: I6b597e236062cd7ca1b1ace2a152804aec686b5e
-rw-r--r-- | Android.mk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -16,6 +16,7 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) LOCAL_ARM_MODE := arm +LOCAL_SDK_VERSION := current LOCAL_SRC_FILES := \ cups/array.c cups/auth.c cups/backchannel.c cups/backend.c \ @@ -40,8 +41,6 @@ LOCAL_CFLAGS += \ LOCAL_EXPORT_C_INCLUDE_DIRS := \ $(LOCAL_PATH)/cups $(LOCAL_PATH)/filters $(LOCAL_PATH) -LOCAL_C_INCLUDES := external/zlib - LOCAL_MODULE := libcups LOCAL_MODULE_TAGS := optional LOCAL_LDLIBS += -lz -llog |