Sanders : enable libtinycompress_vendor
- to support backward compatibility enable libtinycompress_vendor Signed-off-by: sai4041412 <sai404142@gmail.com>
This commit is contained in:
committed by
sai4041412
parent
67cdbd9ad5
commit
faee2d5d15
12
Android.mk
12
Android.mk
@@ -317,4 +317,16 @@ LOCAL_MODULE_CLASS := JAVA_LIBRARIES
|
|||||||
LOCAL_MODULE_SUFFIX := .jar
|
LOCAL_MODULE_SUFFIX := .jar
|
||||||
include $(BUILD_PREBUILT)
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_MODULE := libtinycompress_vendor
|
||||||
|
LOCAL_MODULE_OWNER := motorola
|
||||||
|
LOCAL_SRC_FILES_64 := proprietary/vendor/lib64/libtinycompress_vendor.so
|
||||||
|
LOCAL_SRC_FILES_32 := proprietary/vendor/lib/libtinycompress_vendor.so
|
||||||
|
LOCAL_MULTILIB := both
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
||||||
|
LOCAL_MODULE_SUFFIX := .so
|
||||||
|
LOCAL_VENDOR_MODULE := true
|
||||||
|
include $(BUILD_PREBUILT)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
BIN
proprietary/vendor/lib/libtinycompress_vendor.so
vendored
Normal file
BIN
proprietary/vendor/lib/libtinycompress_vendor.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libtinycompress_vendor.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libtinycompress_vendor.so
vendored
Normal file
Binary file not shown.
@@ -1401,6 +1401,7 @@ PRODUCT_PACKAGES += \
|
|||||||
embms \
|
embms \
|
||||||
com.qti.snapdragon.sdk.display \
|
com.qti.snapdragon.sdk.display \
|
||||||
embmslibrary \
|
embmslibrary \
|
||||||
|
libtinycompress_vendor \
|
||||||
imscmlibrary \
|
imscmlibrary \
|
||||||
qcrilhook \
|
qcrilhook \
|
||||||
ims \
|
ims \
|
||||||
|
|||||||
Reference in New Issue
Block a user