Tweak project configuration
This commit is contained in:
parent
a85a169604
commit
cb1e6ad418
@ -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…
x
Reference in New Issue
Block a user