commit | 312742658f1b9c33d3aea9d82ac0144c0d4b0a63 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Thu Feb 20 03:29:17 2020 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu Feb 20 03:29:17 2020 +0000 |
tree | f6360278c9918aa22f5ede2e4a027afa3689a891 | |
parent | a0433030c8c70825e1ddf4e04d4fd3d35f044e94 [diff] | |
parent | 7e35dcf1c0ca95b5e3c006f63e8ec754235f795d [diff] |
Snap for 6220271 from 7e35dcf1c0ca95b5e3c006f63e8ec754235f795d to rvc-release Change-Id: I974850b8c5663f9620ecebd29e63103d2d2d8401
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