fix(build): temporarily revert to AGP 8.0.x

Android Studio's canary version is going through some trouble recognizing test sources
This commit is contained in:
Harsh Shandilya 2023-06-05 02:16:57 +05:30
parent 054ba13dc3
commit 1e888494ee
No known key found for this signature in database
5 changed files with 29 additions and 17 deletions

View file

@ -86,7 +86,7 @@ jobs:
# Pull down any changes which may have been committed while this workflow has been running
git pull
# Sort the baseline profile, output to android/
sort -o android/src/main/baseline-prof.txt benchmark/build/outputs/managed_device_android_test_additional_output/benchmark/api31/BaselineProfileGenerator_generateBaselineProfile-baseline-prof.txt
sort -o android/src/main/baseline-prof.txt benchmark/build/outputs/managed_device_android_test_additional_output/api31/BaselineProfileGenerator_generateBaselineProfile-baseline-prof.txt
# If the baseline profile has changed, commit it
if [[ $(git diff --stat android/src/main/baseline-prof.txt) != '' ]]; then
git add android/src/main/baseline-prof.txt