OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:libraryprop
(Results
1 - 1
of
1
) sorted by null
/sdk/anttasks/src/com/android/ant/
NewSetupTask.java
275
String
libraryProp
= antProject.getProperty(ProjectProperties.PROPERTY_LIBRARY);
276
if (
libraryProp
!= null) {
277
isLibrary = Boolean.valueOf(
libraryProp
).booleanValue();
Completed in 42 milliseconds