blob: d8443e770700a5217a27061505873312ed5574f0 [file] [log] [blame]
Miao Wang43547b62017-12-07 14:11:43 -08001// Copyright (C) 2017 The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15cc_library_headers {
16 name: "tensorflow_headers",
17 export_include_dirs: ["."],
Miao Wanga07e14c2017-12-14 15:30:54 -080018 vendor_available: true,
Tony Make25f94d2019-06-12 15:54:10 +010019 sdk_version: "current",
Przemyslaw Szczepaniake549a692020-01-31 15:46:22 +000020 apex_available: [
21 "com.android.neuralnetworks",
22 "test_com.android.neuralnetworks",
Jiyong Park04360ee2020-04-28 17:10:28 +090023 "com.android.extservices",
Przemyslaw Szczepaniake549a692020-01-31 15:46:22 +000024 "//apex_available:platform",
25 ],
Miao Wang43547b62017-12-07 14:11:43 -080026}
27
Miao Wangaa0a2982019-01-17 18:35:59 -080028subdirs = ["tensorflow/lite"]