commit | 402e3af68a121066ab64b64718656d9ec1d7f856 | [log] [tgz] |
---|---|---|
author | Sorin Basca <sorinbasca@google.com> | Mon Jul 18 21:02:26 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jul 18 21:02:26 2022 +0000 |
tree | 04bda56c8f2abddbf24600ef06faf21af5c85005 | |
parent | 6c0b9151829f6cc5b1e4c039327647006ed78f24 [diff] | |
parent | 58c586665440c6b5ddbd8e7ab60e445f5f5e7d9f [diff] |
Use Mockito 4.6.1 API am: f8a522d2c9 am: 58c5866654 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/TV/+/19289541 Change-Id: I00077c2ae0f618ce60344fb8b5b5575c71e0d924 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Live TV is the Open Source reference application for watching TV on Android TVs.
Live TV is a system app for Android TV. It should be compiled with Android TV platform.
How to build:
NOTE: This is a reference application and should not be used with further hardening.
To install LiveTv
echo "Compiling" m -j LiveTv echo "Installing" adb install -r ${OUT}/system/priv-app/LiveTv/LiveTv.apk
If it is your first time installing LiveTv you will need to do
adb root adb remount adb push ${OUT}/system/priv-app/LiveTv/LiveTv.apk /system/priv-app/LiveTv/LiveTv.apk adb reboot