From c2ae39167e7152b90000e4c2402467bd537ee89a Mon Sep 17 00:00:00 2001 From: Mihaela Ogrezeanu Date: Wed, 12 Feb 2025 02:28:59 -0800 Subject: [PATCH] Update yoga aar targets (#1786) Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1786 Follow up on comments from D68152410 - Removes minsdk version from manifest - Update to MIT licence - Rename targets that don't export existing libs I've looked into using yoga_java_library and adding a param to pass what libs to exclude, but ultimately provided_deps does what we need and it simpler to maintain; we still need to add the different targets because the aar needs to depend on :jni-server and not :jni. Reviewed By: NickGerleman Differential Revision: D69455682 fbshipit-source-id: aa08bc030495d13da9545ec368ab63a7a946dad0 --- java/AndroidManifest.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/java/AndroidManifest.xml b/java/AndroidManifest.xml index c0fec951..108667b3 100644 --- a/java/AndroidManifest.xml +++ b/java/AndroidManifest.xml @@ -1,7 +1,10 @@ - -