mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Force a full rebuild on android in build scripts
* We still detect the precise same git commit in the android build and skip recompiles, which is useful for building android once on one platform and sharing it with other host platform builds.
This commit is contained in:
@@ -77,6 +77,7 @@ if [ "$VERSION32" == "$GITTAG" ]; then
|
||||
else
|
||||
|
||||
# Build the arm32 variant
|
||||
rm -rf build-android-arm32
|
||||
mkdir build-android-arm32
|
||||
pushd build-android-arm32
|
||||
|
||||
@@ -98,6 +99,7 @@ if [ "$VERSION64" == "$GITTAG" ]; then
|
||||
|
||||
else
|
||||
|
||||
rm -rf build-android-arm64
|
||||
mkdir build-android-arm64
|
||||
pushd build-android-arm64
|
||||
|
||||
|
||||
@@ -85,6 +85,7 @@ if [ "$VERSION32" == "$GITTAG" ]; then
|
||||
else
|
||||
|
||||
# Build the arm32 variant
|
||||
rm -rf build-android-arm32
|
||||
mkdir -p build-android-arm32
|
||||
pushd build-android-arm32
|
||||
|
||||
@@ -105,6 +106,7 @@ if [ "$VERSION64" == "$GITTAG" ]; then
|
||||
|
||||
else
|
||||
|
||||
rm -rf build-android-arm64
|
||||
mkdir -p build-android-arm64
|
||||
pushd build-android-arm64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user