commit | b70ef5b0b670aebfea51f99bc0c0c9e45eb2d7d7 | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Thu May 06 01:15:45 2021 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu May 06 01:15:45 2021 +0000 |
tree | 976c52b21e8da1be7eb5f831c7f2f91ac6e14707 | |
parent | 2dafd51620e76c8fb0b0a23c0e90a73e3e4b0ba6 [diff] | |
parent | 32ae4fcf8ea74aa6135a5983689c43fac63ecff9 [diff] |
Snap for 7339742 from 32ae4fcf8ea74aa6135a5983689c43fac63ecff9 to sc-release Change-Id: I25bc24ba3b0d61cb29477afe22c8ec2ef061f128
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