From ce372c14160d9508056cde1bcc67def0b43984ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=91=97=E5=A5=8E?= <1934288743@qq.com> Date: Mon, 25 Aug 2025 03:28:45 +0000 Subject: [PATCH] update BUILD.gn. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王著奎 <1934288743@qq.com> --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 2ed5652f62..eceb2269f9 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -10,6 +10,7 @@ # 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. +# test import("//build/ohos.gni") import("appexecfwk.gni") -- Gitee