mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Tweak project configuration
This commit is contained in:
parent
a85a169604
commit
cb1e6ad418
3 changed files with 3 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ android.libraryVariants.all { variant ->
|
||||||
classpath = files(variant.javaCompile.classpath.files, project.android.getBootClasspath())
|
classpath = files(variant.javaCompile.classpath.files, project.android.getBootClasspath())
|
||||||
options {
|
options {
|
||||||
links "http://docs.oracle.com/javase/7/docs/api/"
|
links "http://docs.oracle.com/javase/7/docs/api/"
|
||||||
linksOffline "https://d.android.com/reference","${android.sdkDirectory}/docs/reference"
|
linksOffline "https://developer.android.com/reference","${android.sdkDirectory}/docs/reference"
|
||||||
}
|
}
|
||||||
exclude '**/BuildConfig.java'
|
exclude '**/BuildConfig.java'
|
||||||
exclude '**/R.java'
|
exclude '**/R.java'
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<projectDescription>
|
<projectDescription>
|
||||||
<name>ExoPlayerTests</name>
|
<name>ExoPlayerLibTests</name>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
<projects>
|
<projects>
|
||||||
<project>ExoPlayerLib</project>
|
<project>ExoPlayerLib</project>
|
||||||
|
|
|
||||||
|
|
@ -12,4 +12,5 @@
|
||||||
|
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-22
|
target=android-22
|
||||||
|
android.library=false
|
||||||
android.library.reference.1=../main
|
android.library.reference.1=../main
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue