diff --git a/BUILD.gn b/BUILD.gn index e1a050fc33bb8f78e45c41cdbf0dccb0c4c57e0f..53dc148703303b4116166425bbf2d568399e9805 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -35,6 +35,7 @@ ohos_shared_library("libcl") { public_configs = [ ":cl_public_config" ] output_name = "OpenCL" output_extension = "so" + innerapi_tags = [ "platformsdk_indirect" ] part_name = "opencl-headers" subsystem_name = "thirdparty" }