Move libgiftranscode.so to /product am: 003eb4915a am: 90d0edb3dc am: 7e674a30d8 am: 0e55713ba0

am: 99d9b31889

Change-Id: I06630c19ae041a6468e12cefafcca2376224aac2
This commit is contained in:
Po-Chien Hsueh
2019-08-15 19:55:16 -07:00
committed by android-build-merger
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 -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_NDK_STL_VARIANT := c++_static # LLVM libc++
LOCAL_PRODUCT_MODULE := true
include $(BUILD_SHARED_LIBRARY)