diff --git a/arkui-plugins/BUILD.gn b/arkui-plugins/BUILD.gn index 707355e1d2cf1ab6080c64b7799320b8f742e4c9..03b768a192b538fb443c1ad4111c079c6986d4fa 100755 --- a/arkui-plugins/BUILD.gn +++ b/arkui-plugins/BUILD.gn @@ -11,6 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +# test import("//build/ohos.gni") import("//build/config/components/ets_frontend/ets2abc_config.gni") @@ -66,4 +67,4 @@ ohos_copy("ohos_ets_ui_plugins") { outputs = [ ohos_ets_ui_plugins_path ] subsystem_name = "developtools" part_name = "ace_ets2bundle" -} \ No newline at end of file +}