Skip to content

Commit

Permalink
commit 939993345 on 20211010
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Oct 10, 2021
1 parent baa466e commit c1250f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .conf/VERSIONID
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.478
1.0.479
11 changes: 6 additions & 5 deletions buildAPKs/prep.bash
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ DLIST=(".idea" "bin" "gen" "gradle" "obj" "out" "output")
FLIST=("*-debug.key" "*.apk" "*.aar" ".classpath" ".gitignore" ".project" ".settings" "Android.kpf" "ant.properties" "app.iml" "build.properties" "build.xml" "default.properties" "gradle-wrapper.jar" "gradle-wrapper.properties" "gradlew" "gradlew.bat" "gradle.properties" "gradle.xml" "lint.xml" "local.properties" "makefile.linux_pc" "org.eclipse.jdt.core.prefs" "pom.xml" "proguard.cfg" "proguard-project.txt" "proguard-rules.pro" "project.properties" "R.java" "settings.gradle" "WebRTCSample.iml")
LIBAU="$(awk 'NR==1' "$RDR/.conf/LIBAUTH")" # load true/false from .conf/LIBAUTH file. File LIBAUTH has information about loading artifacts and libraries into the build process.
if [[ "$LIBAU" == true ]]
then # find artifacts and libraries for the build process
then # find and download artifacts and libraries for the build process
_MCLOOKUP_(){
GROUPID="$(cut -d" " -f1 <<< "$ONEDEP")"
ARTIFACTID="$(cut -d" " -f2 <<< "$ONEDEP")"
Expand All @@ -85,13 +85,14 @@ for DEPFILE in $(find . -maxdepth 1 -type f -name "*.*ar")
do
if ! grep "Error 404" "$DEPFILE" 1>/dev/null
then
cp "$DEPFILE" "$RDR/var/cache/lib/"
DEPFILELIST+=(${DEPFILE//.\//})
fi
done
cd "$RDR/var/cache/lib/"
for DEPFILE in $(find . -maxdepth 1 -type f -name "*.*ar")
for DDEPFILE in "${DEPFILELIST[@]}"
do
unzip -oqq "$DEPFILE" || :
DEPDIR="res-$(cut -d"-" -f1 <<< $DDEPFILE)"
[ -d "$RDR/var/cache/lib/$DEPDIR" ] || mkdir -p "$RDR/var/cache/lib/$DEPDIR" && cd "$RDR/var/cache/lib/$DEPDIR"
unzip -oqq "$RDR/var/cache/artifacts/$DDEPFILE" || :
done
cd "$WDR"
fi
Expand Down
4 changes: 2 additions & 2 deletions sha512.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0cabb43657e0de411da4d4b3d14eaef685f551862681e58224d6db2e9884acbb1d2dfa663bfae0dd510481ab26aa887736da4fb466731d6a740d3d2a7ce5836b ./.conf/VERSIONID
201459fae67902c8ec2f7a408306cad63cd6cfe409cef8a79e7b44ac37156e9fafba627e655395f937b2340ddec0585fb43831b3d890657a3a325d36a8b4ef0b ./.conf/VERSIONID
d78e4c79f01170d5f65e9583e271b7d401b6ac324c77ebc89a18dc0abcac9bbec782a8b8de63eb6ff238f8892cef7c7249bbe3916bd7fd684a6c37c864415dd7 ./CHANGE.log
e456e25fe5dc3f32f332b3c16f75b28da9603de32dd1809aa1452150e340987fac4cd6e360938860347404f651834a9f7dd8d27d9d5e7b48ed581fb67504824c ./LICENSE
859486134076243295a9107e023872aa0e42b1b457f6f3d2588d18a7fdb8f9b58c60bb1b8c8315e8a8f3bfc0e959ff18c9bc8311bd99d1ebb0250deca21ff879 ./README.md
Expand All @@ -14,7 +14,7 @@ fb3ac64b4ae8ca6b48315af9ea4ddf126da9d531a6e0e16d05144f013aea7366b5e6a0acf7177a82
af76bac3cf3b817af3257c93e6cb02b62c11d3d98b09f7a29869ec75a14f4edad8a92021fe59be46ded80d6aaf2d7c1e1e348f092dae1360c1e6c3ca17a30970 ./buildAPKs/init/mod.bash
ae3bd6cc7816af4f73f0f87ddb4ad9b4a2943d2d84ad0427a31b92473a0d14775a27c57937c1302e6e7d3d355e1e2cbcf4d826dee15aa7289c33aa2861a7e60d ./buildAPKs/libdir.bash
f1b8187b3a47c7a4e5e3986da2d2aa847c298c59f4af5c689695ae68b99412540c6b73d57bf0678eaead251d8f4a610714ef8262c57d991b3fd9ea09fd0a826d ./buildAPKs/native.bash
9d1f300f479bfcac38488fa751a481eee864f37616d06eb80e569b90e00bd2279681b4d1c6be34342bd85afefa15b1d256a484c148119f6514525ea103911f3a ./buildAPKs/prep.bash
144a50a79e2bef7a348ce8cef2cb868c567ae314a6a73105241b796d86fc76c071b86707c85df646328fa40f711dea67b49437b53945c46289373bfaf93bfd20 ./buildAPKs/prep.bash
820822fcca3909ae528b770f80b0015278d92cbad002599726338a67b65c52cb4a9a09e7e173929b0a0fc727209f5a7af09eecaf5fdeecfaa22fd6f423e88550 ./buildAPKs/prep.heavy.bash
f36fde1c083c62d68ef40030d6bf4e503f9cfaa13754a426b54d5b6319300f93fb29fb2c5bb945b3879245754196c0bcaaaa1b67323d7467ad1dd445ab80d7b9 ./buildAPKs/prep.lite.bash
e3f0f285488d2c15f98d68f9ba478a39da5ccf39798e60b4c687d99fceeeda6e26a3acc7ba921ed5d84e72a7ae25a3b7c888349aa2080c1fb3d2b6444a22e612 ./buildAPKs/tots.bash
Expand Down

1 comment on commit c1250f1

@SDRausty
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.