Add aar BUCK targets to export Litho libraries as aars #1782

Closed
mihaelao wants to merge 1 commits from export-D68152410 into main

View File

@@ -1,4 +1,19 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<?xml version="1.0" encoding="utf-8"?>
<!--
(c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.facebook.yoga"
android:versionCode="1"
android:versionName="1.0"
>
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="31"
/>
<application/>