Skip to content

Commit 49ee855

Browse files
Mihaela Ogrezeanufacebook-github-bot
Mihaela Ogrezeanu
authored andcommitted
Add aar BUCK targets to export Litho libraries as aars (#1782)
Summary: Pull Request resolved: #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
1 parent b12e0a2 commit 49ee855

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

java/AndroidManifest.xml

+16-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<!--
4+
(c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
5+
-->
6+
7+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
8+
package="com.facebook.yoga"
9+
android:versionCode="1"
10+
android:versionName="1.0"
11+
>
12+
13+
<uses-sdk
14+
android:minSdkVersion="16"
15+
android:targetSdkVersion="31"
16+
/>
217

318
<application/>
419

0 commit comments

Comments
 (0)