Skip to content

Commit

Permalink
Enable legacy multidex
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 448815686
  • Loading branch information
cushon authored and tensorflower-gardener committed May 15, 2022
1 parent b4f76fd commit fa0a11b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow/lite/java/ovic/demo/app/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ android_binary(
assets_dir = "",
custom_package = "ovic.demo.app",
manifest = "AndroidManifest.xml",
multidex = "legacy",
nocompress_extensions = [
".lite",
".tflite",
Expand All @@ -29,6 +30,7 @@ android_binary(
"//tensorflow/lite/java:tensorflowlite",
"//tensorflow/lite/java/ovic:ovicbenchmarkerlib",
"//tensorflow/lite/java/ovic:ovicdetectionbenchmarkerlib",
"//third_party/java/android/android_sdk_linux/extras/android/compatibility/multidex",
"@androidsdk//com.android.support:support-v13-25.2.0",
"@androidsdk//com.android.support:support-v4-25.2.0",
],
Expand Down

0 comments on commit fa0a11b

Please sign in to comment.