mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-01 22:31:58 +00:00
Merge pull request #11449 from Florin9doi/REMOVE_DUP
Remove duplicate library; use the existing one
This commit is contained in:
commit
9e165ed00f
@ -145,5 +145,5 @@ afterEvaluate {
|
||||
android.sourceSets.main.assets.getSrcDirs().each { println it }
|
||||
}
|
||||
dependencies {
|
||||
implementation project(':com.bda.controller')
|
||||
implementation files('libs/com.bda.controller.jar')
|
||||
}
|
||||
|
@ -1,2 +0,0 @@
|
||||
configurations.maybeCreate("default")
|
||||
artifacts.add("default", file('com.bda.controller.jar'))
|
Binary file not shown.
@ -1 +1 @@
|
||||
include ':android', ':com.bda.controller'
|
||||
include ':android'
|
||||
|
Loading…
x
Reference in New Issue
Block a user