Skip to content

Commit

Permalink
Remove unused AndroidUnicodeUtils.
Browse files Browse the repository at this point in the history
Summary:
I suspect this class is unused and we should not be building it.
The same `AndroidUnicodeUtils.java` is provided by facebook/hermes instead.

Changelog:
[Internal] [Changed] -

Differential Revision: D68623307
  • Loading branch information
cortinico authored and facebook-github-bot committed Jan 24, 2025
1 parent 6c6e0a9 commit 54b6506
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ android {

sourceSets.getByName("main") {
manifest.srcFile("$hermesDir/android/hermes/src/main/AndroidManifest.xml")
java.srcDir("$hermesDir/lib/Platform/Intl/java")
java.srcDirs("$hermesDir/lib/Platform/Intl/java", "$hermesDir/lib/Platform/Unicode/java")
}

buildFeatures {
Expand Down

This file was deleted.

0 comments on commit 54b6506

Please sign in to comment.