From 49ee855f99fb67079c24d507a4ea1b6d80fa2ebf Mon Sep 17 00:00:00 2001 From: Mihaela Ogrezeanu Date: Fri, 24 Jan 2025 07:57:56 -0800 Subject: [PATCH] Add aar BUCK targets to export Litho libraries as aars (#1782) Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1782 This adds fb_native.android_aar targets for resources that are needed by Litho at runtime and cannot be exported as jars. - resource modules referenced by Litho - Yoga library. Some dependencies required by Yoga neded to be added as "provided_deps" so they don't get exported with the aar Reviewed By: astreet Differential Revision: D68152410 fbshipit-source-id: 7dc2ffa0b60a4ca160a011d16d2dc5ab91f608a6 --- java/AndroidManifest.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/java/AndroidManifest.xml b/java/AndroidManifest.xml index 6746ea36..c0fec951 100644 --- a/java/AndroidManifest.xml +++ b/java/AndroidManifest.xml @@ -1,4 +1,19 @@ - + + + + + + +