commit | 5aed095d3854d12bf9b54a307abded7fce50cfa8 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Tue Oct 19 23:31:08 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 19 23:31:08 2021 +0000 |
tree | 052d35d3b01451758a3ca42835b961fb8b08a9b2 | |
parent | 8aad9d2eedd214747b8191e9581d82629d4d34e0 [diff] | |
parent | fade9519df70509ab7fa1e7c763a3b7b297c17a0 [diff] |
Merge "Update lint baseline for live-tv-tuner"
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