summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2019-03-17 16:09:56 +0100
committerGerrit Code Review <gerrit2@gerrit.omnirom.org>2019-03-17 16:09:56 +0100
commit5f8394ca88e33bb0a0af374ad5412650a6e222e6 (patch)
treea3c9553a9bde7d2942796d1b7d659fde7a15ad08 /Android.mk
parentMerge "Fix build error on Pie with TW_NO_LEGACY_PROPS := true" into android-9.0 (diff)
parentslot management: add library for slot management. (diff)
downloadandroid_bootable_recovery-5f8394ca88e33bb0a0af374ad5412650a6e222e6.tar
android_bootable_recovery-5f8394ca88e33bb0a0af374ad5412650a6e222e6.tar.gz
android_bootable_recovery-5f8394ca88e33bb0a0af374ad5412650a6e222e6.tar.bz2
android_bootable_recovery-5f8394ca88e33bb0a0af374ad5412650a6e222e6.tar.lz
android_bootable_recovery-5f8394ca88e33bb0a0af374ad5412650a6e222e6.tar.xz
android_bootable_recovery-5f8394ca88e33bb0a0af374ad5412650a6e222e6.tar.zst
android_bootable_recovery-5f8394ca88e33bb0a0af374ad5412650a6e222e6.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 95c190ea8..6ee406053 100644
--- a/Android.mk
+++ b/Android.mk
@@ -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