Move libgiftranscode.so to /product

libgiftranscode.so is a jni lib for Messaging app, which is usually
overridden by proprietary apps on shipping devices. We have moved
Messaging to /product. Now this CL move libgiftranscode.so too.

Bug: 138282284
Test: Open gif files with Messaging on aosp_crosshatch
Change-Id: Ic104ba8ec5c2258a28c8d19151a00f6c601b5f80
This commit is contained in:
Po-Chien Hsueh
2019-08-15 16:20:06 +08:00
parent 05f6de16d3
commit 003eb4915a
2 changed files with 4 additions and 0 deletions

View File

@@ -39,3 +39,5 @@
# ************************************************ # ************************************************
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/messaging) $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/messaging)
$(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libgiftranscode.so)
$(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib64/libgiftranscode.so)

View File

@@ -32,4 +32,6 @@ LOCAL_CFLAGS += -Wall -Werror -Wno-unused-parameter -Wno-switch
LOCAL_SDK_VERSION := 19 LOCAL_SDK_VERSION := 19
LOCAL_NDK_STL_VARIANT := c++_static # LLVM libc++ LOCAL_NDK_STL_VARIANT := c++_static # LLVM libc++
LOCAL_PRODUCT_MODULE := true
include $(BUILD_SHARED_LIBRARY) include $(BUILD_SHARED_LIBRARY)