[go: nahoru, domu]

Skip to content

Commit

Permalink
Include necessary .h files in the aar lib.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 640318226
  • Loading branch information
tensorflower-gardener committed Jun 4, 2024
1 parent 5a23cdf commit 864b359
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tensorflow/lite/java/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,13 @@ TFLITE_HEADERS = [
"//tensorflow/lite/c:c_api_opaque.h",
"//tensorflow/lite/c:c_api_types.h",
"//tensorflow/lite/c:common.h",
"//tensorflow/lite/core/async/c:types.h",
"//tensorflow/lite/core/c:c_api.h",
"//tensorflow/lite/core/c:c_api_opaque.h",
"//tensorflow/lite/core/c:c_api_types.h",
"//tensorflow/lite/core/c:c_api_experimental.h",
"//tensorflow/lite/core/c:common.h",
"//tensorflow/lite/core/c:operator.h",
"//tensorflow/lite/delegates/nnapi:nnapi_delegate_c_api.h",
]
# LINT.ThenChange(../c/BUILD:exported_headers)
Expand Down Expand Up @@ -199,8 +201,10 @@ aar_with_jni(
"//tensorflow/lite:builtin_ops.h",
"//tensorflow/lite/c:c_api.h",
"//tensorflow/lite/c:c_api_types.h",
"//tensorflow/lite/core/async/c:types.h",
"//tensorflow/lite/core/c:c_api.h",
"//tensorflow/lite/core/c:c_api_types.h",
"//tensorflow/lite/core/c:operator.h",
# TODO(b/175298345): move the stable parts of common.h into
# a separate header file that contains no experimental APIs
# (perhaps also replacing concrete struct types with opaque types
Expand Down

0 comments on commit 864b359

Please sign in to comment.