diff --git a/BUILD.gn b/BUILD.gn new file mode 100644 index 0000000000000000000000000000000000000000..83f27cf1fc4b801c2c0f442ccf04d932adb40085 --- /dev/null +++ b/BUILD.gn @@ -0,0 +1,20 @@ +# Copyright (c) 2022 Huawei Device Co., Ltd. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +config("libOpenCL_public_config") { + include_dirs = [ "./" ] +} + +group("libOpenCL") { + public_configs = [ ":libOpenCL_public_config" ] +} diff --git a/NOTICE b/NOTICE index 19c2cab0b85f5c54edffa5321565e057db2bcbbb..0e5e47aac93ad756706f3498f8cdaf0602f3b8b9 100644 --- a/NOTICE +++ b/NOTICE @@ -1,3 +1,5 @@ +Software: opencl-headers v2020.12.18 + Copyright (c) 2008-2020 The Khronos Group Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/OAT.xml b/OAT.xml index 3aad6721d4b86c92a6f35589350b8ee607fd8c1e..89b7d58774c75f5218c1abdbf1510f25264456a2 100644 --- a/OAT.xml +++ b/OAT.xml @@ -70,6 +70,8 @@ Note:If the text contains special characters, please escape them according to th + +