Skip to content

Commit

Permalink
Update yoga aar targets (#1786)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #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
  • Loading branch information
Mihaela Ogrezeanu authored and facebook-github-bot committed Feb 12, 2025
1 parent 49ee855 commit c2ae391
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions java/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>

<!--
(c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
Copyright (c) Meta Platforms, Inc. and affiliates.
This source code is licensed under the MIT license found in the
LICENSE file in the root directory of this source tree.
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Expand All @@ -10,11 +13,6 @@
android:versionName="1.0"
>

<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="31"
/>

<application/>

</manifest>

0 comments on commit c2ae391

Please sign in to comment.