From 217773c81033f6092158f8a48e0cb7484149868b Mon Sep 17 00:00:00 2001 From: Thai Nguyen Date: Fri, 27 Nov 2020 20:09:37 -0800 Subject: [PATCH] Fix linking failure of Flex delegate in Archive mode PiperOrigin-RevId: 344578122 Change-Id: Ibce63196691dcec2f958064e72f6ffec5f9a617a --- tensorflow/lite/experimental/ios/allowlist_TensorFlowLiteC.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/lite/experimental/ios/allowlist_TensorFlowLiteC.txt b/tensorflow/lite/experimental/ios/allowlist_TensorFlowLiteC.txt index e8ae288ea8f..543ea04c76a 100644 --- a/tensorflow/lite/experimental/ios/allowlist_TensorFlowLiteC.txt +++ b/tensorflow/lite/experimental/ios/allowlist_TensorFlowLiteC.txt @@ -1 +1,2 @@ _TfLite* +*AcquireFlexDelegate*