mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix typo (#30330)
Summary: Fix typo in comment ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [CATEGORY] [TYPE] - Message Pull Request resolved: https://github.com/facebook/react-native/pull/30330 Reviewed By: fkgozali Differential Revision: D25062086 Pulled By: PeteTheHeat fbshipit-source-id: 251bf1d4f4986f77ae72f7654796ae1d49c1863d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a6b785553b
commit
cf97c1f3bd
+1
-1
@@ -315,7 +315,7 @@ afterEvaluate {
|
||||
// Delete the VM related libraries that this build doesn't need.
|
||||
// The application can manage this manually by setting 'enableVmCleanup: false'
|
||||
//
|
||||
// This should really be done by packaging all Hermes releated libs into
|
||||
// This should really be done by packaging all Hermes related libs into
|
||||
// two separate HermesDebug and HermesRelease AARs, but until then we'll
|
||||
// kludge it by deleting the .so files out of the /transforms/ directory.
|
||||
def isRelease = targetName.toLowerCase().contains("release")
|
||||
|
||||
Reference in New Issue
Block a user