Include libpcre if present

Change-Id: I51bdabbd5b2c2263f3f72cdd2ffcba2bc97e0c43
This commit is contained in:
Dees Troy
2015-01-20 19:35:21 +00:00
committed by Ethan Yonker
parent 4a64f63615
commit e176a65e3d
+3
View File
@@ -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