From a79aa3220daea9665f972b7874f91ebc3ca3e5c9 Mon Sep 17 00:00:00 2001 From: yangming_ha Date: Wed, 23 Jun 2021 05:12:33 -0700 Subject: [PATCH] =?UTF-8?q?#I3XHRS:=E5=A2=9E=E5=8A=A0gn=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E7=9A=84=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index d0c7011..a537289 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -12,6 +12,9 @@ # limitations under the License. import("//build/lite/ndk/ndk.gni") +# gn version >= 1717 required. +assert(gn_version >= 1717, "GN version 1717 required, please upgrade!") + # write version info. version_info = [ "VERSION=\"$ohos_version\"", "BUILD_TIME=\"$ohos_build_datetime\""] -- GitLab