summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Oltean <olteanv@gmail.com>2018-07-22 12:31:57 +0200
committerdianlujitao <dianlujitao@lineageos.org>2018-12-23 05:57:20 +0100
commit47802863463ccb1fe9afe640f0e08c2223dcf338 (patch)
tree35b209475a44ccd4661786d3d604019dc9f7505c
parentMerge "Fix sha2 generation persistence." into android-9.0 (diff)
downloadandroid_bootable_recovery-47802863463ccb1fe9afe640f0e08c2223dcf338.tar
android_bootable_recovery-47802863463ccb1fe9afe640f0e08c2223dcf338.tar.gz
android_bootable_recovery-47802863463ccb1fe9afe640f0e08c2223dcf338.tar.bz2
android_bootable_recovery-47802863463ccb1fe9afe640f0e08c2223dcf338.tar.lz
android_bootable_recovery-47802863463ccb1fe9afe640f0e08c2223dcf338.tar.xz
android_bootable_recovery-47802863463ccb1fe9afe640f0e08c2223dcf338.tar.zst
android_bootable_recovery-47802863463ccb1fe9afe640f0e08c2223dcf338.zip
-rw-r--r--prebuilt/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/prebuilt/Android.mk b/prebuilt/Android.mk
index 8471ffba1..e28becd47 100644
--- a/prebuilt/Android.mk
+++ b/prebuilt/Android.mk
@@ -63,6 +63,9 @@ RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libext2_e2p.so
RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libext2fs.so
RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libext2_profile.so
RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libext2_uuid.so
+ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 27; echo $$?),0)
+ RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libext2_misc.so
+endif
ifneq ($(wildcard external/e2fsprogs/lib/quota/Android.mk),)
RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libext2_quota.so
endif