aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/javaProjectTest/javaProject/src/com/android/tests/basicJavaProject/foo.txt
Commit message (Collapse)AuthorAgeFilesLines
* More fixes to the test projects.Xavier Ducrohet2012-03-021-1/+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
* Java project dependencies on libs are automatically added to main project.Xavier Ducrohet2012-03-011-0/+1
Android Library projects can reference other Java-only project. This used to be added to the library jar output. This created an issue if two Library projects were referenced by the same app as the java project was added to both library jar files. This change makes it so that the java project output is not in the library jar files but is instead added to the container of the main app as a project classpath entry. Change-Id: I9f8bbb104e29aede5393afd5ea4b8fe882145d49