mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 15:15:46 +00:00
Move dead submodules in-tree
Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
c0cceff365
commit
6c655321e6
4081 changed files with 1185566 additions and 45 deletions
27
externals/oboe/prefab/oboe-VERSION.pom
vendored
Normal file
27
externals/oboe/prefab/oboe-VERSION.pom
vendored
Normal 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>
|
3
externals/oboe/prefab/oboe-VERSION/AndroidManifest.xml
vendored
Normal file
3
externals/oboe/prefab/oboe-VERSION/AndroidManifest.xml
vendored
Normal 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>
|
1
externals/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.arm64-v8a/abi.json
vendored
Normal file
1
externals/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.arm64-v8a/abi.json
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
{"abi":"arm64-v8a","api":21,"ndk":21,"stl":"c++_shared"}
|
1
externals/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.armeabi-v7a/abi.json
vendored
Normal file
1
externals/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.armeabi-v7a/abi.json
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
{"abi":"armeabi-v7a","api":16,"ndk":21,"stl":"c++_shared"}
|
1
externals/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.x86/abi.json
vendored
Normal file
1
externals/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.x86/abi.json
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
{"abi":"x86","api":16,"ndk":21,"stl":"c++_shared"}
|
1
externals/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.x86_64/abi.json
vendored
Normal file
1
externals/oboe/prefab/oboe-VERSION/prefab/modules/oboe/libs/android.x86_64/abi.json
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
{"abi":"x86_64","api":21,"ndk":21,"stl":"c++_shared"}
|
8
externals/oboe/prefab/oboe-VERSION/prefab/modules/oboe/module.json
vendored
Normal file
8
externals/oboe/prefab/oboe-VERSION/prefab/modules/oboe/module.json
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"export_libraries": [],
|
||||
"library_name": null,
|
||||
"android": {
|
||||
"export_libraries": [],
|
||||
"library_name": null
|
||||
}
|
||||
}
|
6
externals/oboe/prefab/oboe-VERSION/prefab/prefab.json
vendored
Normal file
6
externals/oboe/prefab/oboe-VERSION/prefab/prefab.json
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"schema_version": 1,
|
||||
"name": "oboe",
|
||||
"version": "VERSION",
|
||||
"dependencies": []
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue