Move dead submodules in-tree

Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
swurl 2025-05-31 02:33:02 -04:00
parent c0cceff365
commit 6c655321e6
No known key found for this signature in database
GPG key ID: A5A7629F109C8FD1
4081 changed files with 1185566 additions and 45 deletions

27
externals/oboe/prefab/oboe-VERSION.pom vendored Normal file
View file

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<groupId>com.google.oboe</groupId>
<artifactId>oboe</artifactId>
<version>VERSION</version>
<packaging>aar</packaging>
<name>oboe</name>
<description>The AAR for Oboe.</description>
<url>https://github.com/google/oboe</url>
<licenses>
<license>
<name>The Oboe License</name>
<url>https://github.com/google/oboe/blob/main/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>The Android Open Source Project</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/google/oboe</connection>
<url>https://github.com/google/oboe</url>
</scm>
</project>

View file

@ -0,0 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.google.oboe">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33"/>
</manifest>

View file

@ -0,0 +1 @@
{"abi":"arm64-v8a","api":21,"ndk":21,"stl":"c++_shared"}

View file

@ -0,0 +1 @@
{"abi":"armeabi-v7a","api":16,"ndk":21,"stl":"c++_shared"}

View file

@ -0,0 +1 @@
{"abi":"x86","api":16,"ndk":21,"stl":"c++_shared"}

View file

@ -0,0 +1 @@
{"abi":"x86_64","api":21,"ndk":21,"stl":"c++_shared"}

View file

@ -0,0 +1,8 @@
{
"export_libraries": [],
"library_name": null,
"android": {
"export_libraries": [],
"library_name": null
}
}

View file

@ -0,0 +1,6 @@
{
"schema_version": 1,
"name": "oboe",
"version": "VERSION",
"dependencies": []
}