commit | 51c47270f2d3362efb8c9500bdab4fd18f456ca2 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Mon Oct 19 10:08:24 2020 -0700 |
committer | Xin Li <delphij@google.com> | Mon Oct 19 10:08:24 2020 -0700 |
tree | 3bf930b1dd5388bfcc9962a9328b868f9808c1bd | |
parent | aca6097e512fe2b83d03724d851dcc038129db58 [diff] | |
parent | d103646f76bc8d85d76a87415c6b2b253801e061 [diff] |
Merge redfin/bramble support. Bug: 171218636 Merged-In: I74e4155eed8692071a54649333becbac06d8a11c Change-Id: I74a0dbb50ffae239e462194f49eceb468e142fab
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