Move libgiftranscode.so to /product am: 003eb4915a

am: 90d0edb3dc

Change-Id: I01cdeb2cdb14602330b2958b8d1b4e467563558b
This commit is contained in:
Po-Chien Hsueh
2019-08-15 19:04:42 -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 -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)