mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix a typo in the hermes-engine srcSet folder
Summary: There is a typo in the hermes-engine resulting in hermes-engine not picking up the Intl Java source code. I'm fixing it. Changelog: [Internal] [Changed] - Fix a typo in the hermes-engine srcSet folder Reviewed By: motiz88 Differential Revision: D34922477 fbshipit-source-id: a144f7a2f75702bc8ddea73fa8b48c71d8fcd499
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0fba8fa443
commit
10d2e4cf2e
@@ -164,7 +164,7 @@ android {
|
||||
main {
|
||||
manifest.srcFile "$hermesDir/android/hermes/src/main/AndroidManifest.xml"
|
||||
java.srcDirs = [
|
||||
"$hermesDir/lib/Platfrom/Intl/java"
|
||||
"$hermesDir/lib/Platform/Intl/java"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user