OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minSdkValue
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java
504
int
minSdkValue
= -1;
508
minSdkValue
= Integer.parseInt(minSdkVersion);
518
if (
minSdkValue
!= -1) {
529
} else if (
minSdkValue
> targetVersion.getApiLevel()) {
534
minSdkValue
, targetVersion.getApiLevel());
564
// platform codename. In this case we set
minSdkValue
to the previous API
566
minSdkValue
= targetVersion.getApiLevel();
665
int rsTarget =
minSdkValue
== -1 ? 11 :
minSdkValue
;
[
all
...]
/prebuilts/devtools/tools/lib/
ant-tasks.jar
Completed in 302 milliseconds