mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Attempt to fix test_android by specifying source 8 (#33890)
Summary: `test_android` is currently broken as it tries to build with `source = "7"` (the default). This is a best guess fix to try to fix this issue. ## Changelog [Internal] - Attempt to fix test_android by specifying source 8 Pull Request resolved: https://github.com/facebook/react-native/pull/33890 Test Plan: Will rely on CI Reviewed By: cipolleschi Differential Revision: D36589814 Pulled By: cortinico fbshipit-source-id: 8ef50f8531b9d4367d2f2c75a312e8fdaf38fd85
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b149d2a0d6
commit
c69c14374d
@@ -27,6 +27,8 @@ rn_android_library(
|
||||
],
|
||||
pure_kotlin = False,
|
||||
required_for_source_only_abi = True,
|
||||
source = "8",
|
||||
target = "8",
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user