Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[go] fix bundleVersionedReleaseLocalLintAar build error (expo#23120)
# Why fix error when prebuilt hermes cache hit ``` Execution failed for task ':expoview:bundleVersionedReleaseLocalLintAar' > Error while evaluating property 'hasLocalAarDeps' of task ':expoview:bundleVersionedReleaseLocalLintAar' > Direct local .aar file dependencies are not supported when building an AAR. The resulting AAR would be broken because the classes and Android resources from any local .aar file dependencies would not be packaged in the resulting AAR. Previous versions of the Android Gradle Plugin produce broken AARs in this case too (despite not throwing this error). The following direct local .aar file dependencies of the :expoview project caused this error: /home/expo/workingdir/build/android/prebuiltHermes/hermes-engine-release.aar ``` # How set the `bundleVersionedReleaseLocalLintAar` and `bundleUnversionedReleaseLocalLintAar` to have no local aar dependencies. # Test Plan ci passed
- Loading branch information