aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Sarett <msarett@google.com>2015-11-23 15:23:25 -0500
committerMatt Sarett <msarett@google.com>2015-11-23 15:23:25 -0500
commitf9fa7cc5d8d1dc2db0d1eb9486438bb421b29699 (patch)
tree387709a68c8df72237428451f0e9a74bd6bb3586
parent8488d01e90bb6b3fb83e505ecd5125ee208d7a12 (diff)
downloadlibjpeg-turbo-f9fa7cc5d8d1dc2db0d1eb9486438bb421b29699.tar.gz
Change library module name to libjpeg
This new name matches the name of external/jpeg. This will make it easier to replace external/jpeg with this library. Change-Id: Iceaea74c2ca2cd0e6484526ae7281ba39f9d198e
-rw-r--r--Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 5be03b8f..96fcb702 100644
--- a/Android.mk
+++ b/Android.mk
@@ -59,7 +59,7 @@ ifneq (,$(TARGET_BUILD_APPS))
endif
# Build as a static library.
-LOCAL_MODULE := libjpeg-turbo_static
+LOCAL_MODULE := libjpeg_static
include $(BUILD_STATIC_LIBRARY)
# Also build as a shared library.
@@ -71,6 +71,6 @@ ifneq (,$(TARGET_BUILD_APPS))
endif
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
-LOCAL_WHOLE_STATIC_LIBRARIES = libjpeg-turbo_static
-LOCAL_MODULE := libjpeg-turbo
+LOCAL_WHOLE_STATIC_LIBRARIES = libjpeg_static
+LOCAL_MODULE := libjpeg
include $(BUILD_SHARED_LIBRARY)