Miao Wang | 43547b6 | 2017-12-07 14:11:43 -0800 | [diff] [blame] | 1 | // 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 | |
| 15 | cc_library_headers { |
| 16 | name: "tensorflow_headers", |
| 17 | export_include_dirs: ["."], |
Miao Wang | a07e14c | 2017-12-14 15:30:54 -0800 | [diff] [blame] | 18 | vendor_available: true, |
Shih-Ming Wang | 7e98d51 | 2021-01-29 17:19:18 -0800 | [diff] [blame^] | 19 | host_supported: true, |
Tony Mak | e25f94d | 2019-06-12 15:54:10 +0100 | [diff] [blame] | 20 | sdk_version: "current", |
Przemyslaw Szczepaniak | e549a69 | 2020-01-31 15:46:22 +0000 | [diff] [blame] | 21 | apex_available: [ |
| 22 | "com.android.neuralnetworks", |
| 23 | "test_com.android.neuralnetworks", |
Jiyong Park | 04360ee | 2020-04-28 17:10:28 +0900 | [diff] [blame] | 24 | "com.android.extservices", |
Przemyslaw Szczepaniak | e549a69 | 2020-01-31 15:46:22 +0000 | [diff] [blame] | 25 | "//apex_available:platform", |
| 26 | ], |
Miao Wang | 43547b6 | 2017-12-07 14:11:43 -0800 | [diff] [blame] | 27 | } |
| 28 | |
Miao Wang | aa0a298 | 2019-01-17 18:35:59 -0800 | [diff] [blame] | 29 | subdirs = ["tensorflow/lite"] |