| commit | 5c84bd38879b2ef566be41c5257a381d12341e26 | [log] [tgz] |
|---|---|---|
| author | Rex Hoffman <rexhoffman@google.com> | Thu Jan 09 10:07:34 2025 -0800 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jan 09 10:07:34 2025 -0800 |
| tree | 07730598271804a06c36381cb5307057504e890e | |
| parent | 5860e275df0e1a17e0d0d4c864e33e9c7e1d01a5 [diff] | |
| parent | 06a88c4e331579c5084112648ceacf90d44cb4e8 [diff] |
Removing upstream flag as it is now the default. am: 06a88c4e33 Original change: https://android-review.googlesource.com/c/platform/packages/apps/TV/+/3443223 Change-Id: Ic7a0b3ba88ba79d7e5bc2bf8c5933ceacc59936f 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