aboutsummaryrefslogtreecommitdiffstats
path: root/testapps/customViewTest
Commit message (Collapse)AuthorAgeFilesLines
* Ensure R/Manifest/BuildConfig classes are not added to the library jar file.Xavier Ducrohet2012-02-271-0/+11
| | | | | | | First, their are not needed there, second they can create a dx conflict if the library uses the same package as the app. Change-Id: I67b3f478d5d7ab79d02b6ece8b1eae31b8ed104e
* Fix support for custom views in library on ADT's side.Xavier Ducrohet2012-02-2425-0/+766
Don't check for final field when parsing R.java (in libraries fields are not final anymore) and fix a bug in the new aaptparser which would return a failed to parse aapt error when the output is empty. Also add customview in library test app.