Skip to content

Commit

Permalink
Merge "slot management: add library for slot management." into androi…
Browse files Browse the repository at this point in the history
…d-9.0
  • Loading branch information
Dees-Troy authored and Gerrit Code Review committed Mar 17, 2019
2 parents 3ae89ed + c630cee commit 5f8394c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ LOCAL_SHARED_LIBRARIES += libselinux

ifeq ($(AB_OTA_UPDATER),true)
LOCAL_CFLAGS += -DAB_OTA_UPDATER=1
LOCAL_SHARED_LIBRARIES += libhardware
LOCAL_SHARED_LIBRARIES += libhardware android.hardware.boot@1.0
LOCAL_REQUIRED_MODULES += libhardware
endif

Expand Down
2 changes: 1 addition & 1 deletion prebuilt/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ ifeq ($(TW_INCLUDE_CRYPTO), true)
RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/android.hardware.gatekeeper@1.0.so
RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/hwservicemanager
RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/avbctl
RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/hwservicemanager
RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/keystore
RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/keystore_cli
RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/servicemanager
Expand Down Expand Up @@ -240,6 +239,7 @@ ifeq ($(TW_INCLUDE_CRYPTO), true)
endif
endif
ifeq ($(AB_OTA_UPDATER), true)
RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/android.hardware.boot@1.0.so
RELINK_SOURCE_FILES += $(TARGET_OUT_EXECUTABLES)/bootctl
ifneq ($(TW_INCLUDE_CRYPTO), true)
RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libhardware.so
Expand Down

0 comments on commit 5f8394c

Please sign in to comment.