From 2450c334cf64c15fc09e6aa49a068b0852db08a7 Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Sun, 13 Feb 2022 21:11:32 +0100 Subject: [PATCH] Rename GN_ARGS -> bromite.gn_args --- README.md | 2 +- build/{GN_ARGS => bromite.gn_args} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename build/{GN_ARGS => bromite.gn_args} (100%) diff --git a/README.md b/README.md index 4c38c3e2..6ffd4334 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ The [Bromite main repository](https://github.com/bromite/bromite) contains tags Please refer to [official Chromium build documentation](https://www.chromium.org/developers/how-tos/get-the-code) to get started on how to build Chromium; if you can build Chromium for Android, you can build Bromite. The Chromium version tag used as base for the patches is available here: [RELEASE](./build/RELEASE); this is always corresponding to the git tag for every release. -The GN args used to build Bromite are available here: [GN_ARGS](./build/GN_ARGS). +The GN args used to build Bromite are available here: [bromite.gn_args](./build/bromite.gn_args). The patches are to be applied second the order specified in the `bromite_patches_list.txt` file (you can use `git am`). ## How to build the filters diff --git a/build/GN_ARGS b/build/bromite.gn_args similarity index 100% rename from build/GN_ARGS rename to build/bromite.gn_args