commit | 06a88c4e331579c5084112648ceacf90d44cb4e8 | [log] [tgz] |
---|---|---|
author | Rex Hoffman <rexhoffman@google.com> | Wed Jan 08 21:05:34 2025 +0000 |
committer | Rex Hoffman <rexhoffman@google.com> | Wed Jan 08 21:05:34 2025 +0000 |
tree | 07730598271804a06c36381cb5307057504e890e | |
parent | 656b4fccc15f696b1e82e9fea6c1ba98072b9735 [diff] |
Removing upstream flag as it is now the default. Also moving to internal robolectric projects to no longer use the _upstream suffix. Test: CI Bug: 386652866 Change-Id: I605ae9e5833d5539aff64a672b24b836f4b27ff0
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