From cd7b228a0d88161a510fad1f967818fc6f6a45c5 Mon Sep 17 00:00:00 2001 From: Konstantin Baladurin Date: Thu, 25 Nov 2021 12:12:18 +0300 Subject: [PATCH] Rename .gn -> .standalone_gn Change-Id: I5549dee50fc4a36d7bf4fef80550828d6eb770fd Signed-off-by: Konstantin Baladurin --- .gn => .standalone_gn | 3 +++ 1 file changed, 3 insertions(+) rename .gn => .standalone_gn (84%) diff --git a/.gn b/.standalone_gn similarity index 84% rename from .gn rename to .standalone_gn index 793b5f7016..38979d81a2 100644 --- a/.gn +++ b/.standalone_gn @@ -11,6 +11,9 @@ # See the License for the specific language governing permissions and # limitations under the License. +# This is an entry point for Ark standalone build with gn. +# It is ignored when Ark is built as a part of OpenHarmony source tree. + buildconfig = "//build/config/BUILDCONFIG.gn" secondary_source = "//gn" -- Gitee