libxml2: add flag to exclude lib
It has been reported that this file causes bootloops on some device(s) Usage: TW_EXCLUDE_LIBXML2 := true Change-Id: I426536cc143b758f6821e5d2fc10ce942c3b1c79
This commit is contained in:
+3
-1
@@ -197,7 +197,9 @@ ifeq ($(TW_INCLUDE_CRYPTO), true)
|
||||
RECOVERY_LIBRARY_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/android.hardware.vibrator-V1-cpp.so
|
||||
RECOVERY_LIBRARY_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libstatslog.so
|
||||
RECOVERY_LIBRARY_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libsoft_attestation_cert.so
|
||||
RECOVERY_LIBRARY_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libxml2.so
|
||||
ifneq ($(TW_EXCLUDE_LIBXML2), true)
|
||||
RECOVERY_LIBRARY_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libxml2.so
|
||||
endif
|
||||
|
||||
ifneq ($(wildcard system/keymaster/keymaster_stl.cpp),)
|
||||
RECOVERY_LIBRARY_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libkeymaster_portable.so
|
||||
|
||||
Reference in New Issue
Block a user