OSDN Git Service

Revert "Disable XOM in libjni_jpegstream."
authorIvan Lozano <ivanlozano@google.com>
Tue, 15 Jan 2019 22:16:32 +0000 (22:16 +0000)
committerIvan Lozano <ivanlozano@google.com>
Tue, 15 Jan 2019 22:16:32 +0000 (22:16 +0000)
This reverts commit fab93599d36b671167a12a957b8a339abd99619e.

Reason for revert: libjpeg-turbo has been updated with XOM compatibility.

Change-Id: Ia40f4046ba367af494d10ce6084157264e69fdf2

jni_jpegstream/Android.mk

index 86ed797..7b4d9a4 100644 (file)
@@ -31,7 +31,5 @@ LOCAL_SRC_FILES     := \
     src/outputstream_wrapper.cpp \
     src/stream_wrapper.cpp
 
-# Remove when libjpeg_static_ndk is XOM compatible.
-LOCAL_XOM := false
 
 include $(BUILD_SHARED_LIBRARY)