summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2017-09-12 04:39:57 +0200
committerEthan Yonker <dees_troy@teamw.in>2017-09-12 04:39:57 +0200
commitc3c0e648bb35c86d61675adf6154f2b6cc80c2e2 (patch)
tree6beee2b9da1a33484616847df091d7e61ac74198
parentMake legacy props an option disabled by default (diff)
downloadandroid_bootable_recovery-c3c0e648bb35c86d61675adf6154f2b6cc80c2e2.tar
android_bootable_recovery-c3c0e648bb35c86d61675adf6154f2b6cc80c2e2.tar.gz
android_bootable_recovery-c3c0e648bb35c86d61675adf6154f2b6cc80c2e2.tar.bz2
android_bootable_recovery-c3c0e648bb35c86d61675adf6154f2b6cc80c2e2.tar.lz
android_bootable_recovery-c3c0e648bb35c86d61675adf6154f2b6cc80c2e2.tar.xz
android_bootable_recovery-c3c0e648bb35c86d61675adf6154f2b6cc80c2e2.tar.zst
android_bootable_recovery-c3c0e648bb35c86d61675adf6154f2b6cc80c2e2.zip
-rw-r--r--prebuilt/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuilt/Android.mk b/prebuilt/Android.mk
index 56e1c221e..c1258d1f3 100644
--- a/prebuilt/Android.mk
+++ b/prebuilt/Android.mk
@@ -267,6 +267,8 @@ ifeq ($(shell test $(PLATFORM_SDK_VERSION) -gt 25; echo $$?),0)
RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/android.hardware.keymaster@3.0.so
RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/android.hidl.base@1.0.so
RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libziparchive.so
+ RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libext2_blkid.so
+ RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libext2_quota.so
endif
TWRP_AUTOGEN := $(intermediates)/teamwin