Merge "Use recovery variant for librecovery_ui_ext"

This commit is contained in:
Treehugger Robot 2021-06-30 23:24:09 +00:00 committed by Gerrit Code Review
commit 910adf418b

View file

@ -45,8 +45,8 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \
$(TARGET_RECOVERY_UI_LIB)
LOCAL_SHARED_LIBRARIES := \
libbase \
liblog \
libbase.recovery \
liblog.recovery \
librecovery_ui.recovery
include $(BUILD_SHARED_LIBRARY)