From 1950725f16c219bf8effe9b7d2173e45b600a1b6 Mon Sep 17 00:00:00 2001 From: Rui Date: Thu, 25 Apr 2024 15:10:53 -0700 Subject: [PATCH] Update --- scripts/build_abacus_local.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/build_abacus_local.sh b/scripts/build_abacus_local.sh index ae2b443d..ac38d3d0 100755 --- a/scripts/build_abacus_local.sh +++ b/scripts/build_abacus_local.sh @@ -3,7 +3,8 @@ # This script is used to build the abacus project locally. # # Please run this after making local change to the abacus project. The change will be -# picked up by the v4-native-android project (via the local maven repository). +# picked up by the v4-native-android project (via the local maven repository). Note that +# the script needs to be run everytime a change is made to the abacus project. # # The script will update both the v4-abacus and v4-native-android repositories, so please make sure # you clean-up/revert the changes after you are done with the local testing