Skip to content

Commit

Permalink
fix android aar file with exported symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtGokhan committed Jul 15, 2024
1 parent 1f06fe2 commit ba9a6c9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
Binary file modified Plugins/yoga/android/yoga.aar
Binary file not shown.
5 changes: 4 additions & 1 deletion Runtime/Yoga/LibYoga.asmdef
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "LibYoga",
"rootNamespace": "Yoga",
"references": ["GUID:343deaaf83e0cee4ca978e7df0b80d21","GUID:2bafac87e7f4b9b418d9448d219b01ab"],
"references": [
"GUID:343deaaf83e0cee4ca978e7df0b80d21",
"GUID:2bafac87e7f4b9b418d9448d219b01ab"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
Expand Down
11 changes: 10 additions & 1 deletion Runtime/Yoga/YogaCloneNodeFunc.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion Runtime/Yoga/YogaDirtiedFunc.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba9a6c9

Please sign in to comment.