diff --git a/bootctrl/1.1/libboot_control_qti/Android.bp b/bootctrl/1.1/libboot_control_qti/Android.bp index 29729a7..b2c6680 100644 --- a/bootctrl/1.1/libboot_control_qti/Android.bp +++ b/bootctrl/1.1/libboot_control_qti/Android.bp @@ -4,7 +4,6 @@ cc_library { recovery_available: true, shared_libs: [ "android.hardware.boot@1.1", - "librecovery_updater", "libbase", "libcutils", "liblog", diff --git a/bootctrl/Android.mk b/bootctrl/Android.mk index b2fc0e4..492df55 100644 --- a/bootctrl/Android.mk +++ b/bootctrl/Android.mk @@ -2,7 +2,7 @@ ifeq ($(AB_OTA_UPDATER),true) LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_CFLAGS += -Wall -Werror -LOCAL_SHARED_LIBRARIES += liblog librecovery_updater_msm libcutils +LOCAL_SHARED_LIBRARIES += liblog libcutils LOCAL_HEADER_LIBRARIES += libhardware_headers LOCAL_SRC_FILES := boot_control.cpp LOCAL_MODULE_RELATIVE_PATH := hw @@ -13,7 +13,7 @@ include $(BUILD_SHARED_LIBRARY) include $(CLEAR_VARS) LOCAL_CFLAGS += -Wall -Werror -LOCAL_SHARED_LIBRARIES += liblog librecovery_updater_msm libcutils +LOCAL_SHARED_LIBRARIES += liblog libcutils LOCAL_HEADER_LIBRARIES := libhardware_headers LOCAL_SRC_FILES := boot_control.cpp LOCAL_MODULE := bootctrl.$(TARGET_BOARD_PLATFORM)