Merge "applypatch: Use static libs for libbrotli and libbz."
This commit is contained in:
@@ -58,6 +58,9 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/testcases/recovery_component_test)
|
|||||||
$(call add-clean-step, find $(OUT_DIR) -type f -name "SystemUpdaterSample*" -print0 | xargs -0 rm -f)
|
$(call add-clean-step, find $(OUT_DIR) -type f -name "SystemUpdaterSample*" -print0 | xargs -0 rm -f)
|
||||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/SystemUpdaterSample)
|
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/priv-app/SystemUpdaterSample)
|
||||||
|
|
||||||
|
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libbrotli.so)
|
||||||
|
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libbz.so)
|
||||||
|
|
||||||
# ************************************************
|
# ************************************************
|
||||||
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
||||||
# ************************************************
|
# ************************************************
|
||||||
|
|||||||
@@ -106,13 +106,15 @@ cc_binary {
|
|||||||
"libapplypatch",
|
"libapplypatch",
|
||||||
"libedify",
|
"libedify",
|
||||||
"libotautil",
|
"libotautil",
|
||||||
|
|
||||||
|
// External dependencies.
|
||||||
"libbspatch",
|
"libbspatch",
|
||||||
|
"libbrotli",
|
||||||
|
"libbz",
|
||||||
],
|
],
|
||||||
|
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libbase",
|
"libbase",
|
||||||
"libbrotli",
|
|
||||||
"libbz",
|
|
||||||
"libcrypto",
|
"libcrypto",
|
||||||
"liblog",
|
"liblog",
|
||||||
"libz",
|
"libz",
|
||||||
|
|||||||
Reference in New Issue
Block a user