| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
The code read java resources using relative path which
breaks when the classes and their packages are renamed
(the java resource isn't moved to the new package name.)
Change-Id: I9b9d14288d8c16fd7342cd743251e5681bb0f1ef
|
|
|
|
| |
Change-Id: I823bcc19b7de6cea4c985f2c01feccddd6f8022d
|
|
|
|
| |
Change-Id: Ieae3414762d062b745b9b47bdea8c31a6593e34f
|
|
|
|
| |
Change-Id: Ia44fab93718ac83aee1783e08c606d234c7afcfe
|
|
|
|
|
|
|
|
| |
Add a jar in the libs folder of a Java project to test
that they are not automatically added to the Android project
classpath.
Change-Id: I0d5923b12de34bf6c5a025b53d809b02f4843c0f
|
|
|
|
|
|
|
| |
- test for User Library usage
- test for test project with library.
Change-Id: I49b7d4702937f634a1df907af327a979af09f227
|
|
|
|
|
|
|
| |
They shouldn't manually add their jar to the classpath anymore.
Putting jar files in libs/ is enough now.
Change-Id: I3ea7731082f306257531798f34eaa8eb68109c18
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|