Remove unnecessary dependency on aapt2-linux (#37643)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/37643

We needed this change for offline mirrors which we don't use anymore, so we can remove
this extra dependency (it will make the build a little faster also which is never bad).

Changelog:
[Internal] [Changed] - Remove unnecessary dependency on aapt2-linux

Reviewed By: mdvacca

Differential Revision: D46318725

fbshipit-source-id: a86b43fff6a11844acff88791af0578d79d7fdbf
This commit is contained in:
Nicola Corti 2023-05-31 15:20:57 -07:00 коммит произвёл Facebook GitHub Bot
Родитель d0fed3adb6
Коммит 70f3a264e2
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -711,12 +711,6 @@ dependencies {
androidTestImplementation("androidx.test:runner:${ANDROIDX_TEST_VERSION}")
androidTestImplementation("androidx.test:rules:${ANDROIDX_TEST_VERSION}")
androidTestImplementation("org.mockito:mockito-core:${MOCKITO_CORE_VERSION}")
// This compileOnly dependency is needed to be able to update the offline
// mirror from a non-linux machine, while still executing inside a Linux CI
// as we declare a dependency on aap2 @linux so we're sure the linux artifact
// gets downloaded at some point.
compileOnly("com.android.tools.build:aapt2:7.4.2-8841542:linux")
}
react {