Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e176a65e authored by Dees Troy's avatar Dees Troy Committed by Ethan Yonker
Browse files

Include libpcre if present

Change-Id: I51bdabbd5b2c2263f3f72cdd2ffcba2bc97e0c43
parent 4a64f636
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -156,6 +156,9 @@ endif
ifneq ($(TW_RECOVERY_ADDITIONAL_RELINK_FILES),)
    RELINK_SOURCE_FILES += $(TW_RECOVERY_ADDITIONAL_RELINK_FILES)
endif
ifneq ($(wildcard external/pcre/Android.mk),)
    RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libpcre.so
endif

TWRP_AUTOGEN := $(intermediates)/teamwin