aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/javaProjectTest/app/src/com/android/tests/basicProjectWithJava/Main.java
Commit message (Collapse)AuthorAgeFilesLines
* More fixes to the test projects.Xavier Ducrohet2012-03-021-22/+0
| | | | | | | | | | - add eclipse files for a bunch of them - package name refactoring to match the folder structure somehow (more need this) - updated the javaproject to have an extra java project and to have code that access java resources to test packaging too. Change-Id: Ie13842c1b891e495e04d8a157a12cac9db13f30e
* Move Android project with Java project dep test to its own folder.Xavier Ducrohet2012-02-291-0/+22
Also make it more complex: - java project references a jar file. - 2 libs depend on the java project - app project only reference the libs, not the java project (it still does but indirectly). Change-Id: I8fc53e0f868ce014ea99486e7b1fa6fe0f197daa