From b682fa19acf3b9282fbc7cb4102503ad85bb4711 Mon Sep 17 00:00:00 2001 From: gongyuhang Date: Thu, 27 Oct 2022 11:49:45 +0800 Subject: [PATCH] To get the build command from the build.log after PR's "start build" Issue: https://gitee.com/openharmony/third_party_jerryscript/issues/I5XL7K Test: N/A Signed-off-by: gongyuhang --- OAT.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/OAT.xml b/OAT.xml index 7bb17cac..ad803f64 100644 --- a/OAT.xml +++ b/OAT.xml @@ -39,7 +39,6 @@ policyList: "import" is used to check source dependency in the specified path, such as import ... ,include ... "filetype" is used to check file type in the specified path, supported file types: archive, binary "filename" is used to check whether the specified file exists in the specified path(support projectroot in default OAT.xml), supported file names: LICENSE, README, README.OpenSource - 4. policyitem name: This field is used for define the license, copyright, "*" means match all, the "!" prefix means could not match this value. For example, "!GPL" means can not use GPL license. 5. policyitem path: This field is used for define the source file scope to apply this policyitem, the "!" prefix means exclude the files. For example, "!.*/lib/.*" means files in lib dir will be exclude while process this policyitem. 6. policyitem rule and group: These two fields are used together to merge policy results. "may" policyitems in the same group means any one in this group passed, the result will be passed. -- Gitee