summaryrefslogtreecommitdiff
authorXindong Xu <xindong.xu@amlogic.com>2018-06-26 10:34:11 (GMT)
committer Xindong Xu <xindong.xu@amlogic.com>2018-06-26 10:34:11 (GMT)
commite9a301adfcc648423667e7c46688ad41a6312d11 (patch)
tree22680cba8a67a964b2fc8da7e3e4e603b0be175f
parentfb8c6e86e4f2cb38a36bd163266a0f557fb48498 (diff)
downloaddarwin-e9a301adfcc648423667e7c46688ad41a6312d11.zip
darwin-e9a301adfcc648423667e7c46688ad41a6312d11.tar.gz
darwin-e9a301adfcc648423667e7c46688ad41a6312d11.tar.bz2
darwin: use externel/dtc/libfdt instead of libdtb [2/5]
PD# 168166 use externel/dtc/libfdt instead of libdtb Change-Id: Ie7c6a92b84772141fb8b169b8e7507bba632a3af
Diffstat
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 963caba..fe09e86 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -121,7 +121,7 @@ TARGET_RECOVERY_UI_LIB += \
libsystemcontrol_static
ifneq ($(AB_OTA_UPDATER),true)
TARGET_RECOVERY_UPDATER_LIBS := libinstall_amlogic
-TARGET_RECOVERY_UPDATER_EXTRA_LIBS += libenv libsystemcontrol_static libsecurity libdtb
+TARGET_RECOVERY_UPDATER_EXTRA_LIBS += libenv libsystemcontrol_static libsecurity libfdt
endif
include device/amlogic/common/sepolicy.mk