summaryrefslogtreecommitdiffstats
path: root/tests/OneMedia/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove incomplete media router API.Jeff Brown2015-05-061-3/+0
| | | | | | | | This time not also accidentally deleting frameworks/base/Android.mk. *sigh* Bug: 20641986 Change-Id: I2e43ab1fdf4201fec4d5a5b73c04f27a4a848630
* Revert "Remove incomplete media router API."Bart Sears2015-05-071-0/+3
| | | | | | | | | This CL has broken all builds on mnc-dev. Reverting until Jeff can take a look at it. This reverts commit 2e5a2051de54e64612e1357d4534c7ec851aa508. Change-Id: Ib9b3569bfebdc7bbfbcb7aee82733b93736c5bb5
* Remove incomplete media router API.Jeff Brown2015-05-061-3/+0
| | | | | Bug: 20641986 Change-Id: I310fadafb5a6b8190a32e5d87f3e1823c87bcef7
* Move apache specific portions of android.net.http to external/apache-http.Narayan Kamath2015-02-121-0/+2
| | | | | | | | | | | | | | | | | | | We continue to compile external/apache-http into ext.jar. This contains a few changes apart fom the classes moving around : - Makefile changes to build docs and api-stubs for now. A future change will revert these changes and remove these classes from stubs and docs. - Hardcode event IDs in legacyerrorstrings to avoid a dependency between the frameworks and apache. These strings are on their way out and will never change anyway. - Remove imports due to {@link} tags and use {@code} instead. - Remove an accidental(?) dependency on apache commons code that's a part of apache-http. bug: 18027885 Change-Id: I51cd038d846ec7d02c283a4541b10a6a9cf62ecf
* Update media session test application for new media router.Jeff Brown2014-07-141-2/+1
| | | | Change-Id: I3c19e008d211099b4d7320e3f195850cfb4dd927
* Initial commit for MediaSession test appRoboErik2014-02-191-0/+18
This app creates a service and UI in separate processes and uses the new MediaSession APIs. This is still a rough work in progress. Change-Id: I9692c95bf2fdbee7255da86dff59044c893e3a1f