commit | 89696ed021311007641eb4c535efad2c09115f1a | [log] [tgz] |
---|---|---|
author | Hari Raj Vijayakumar <Hariraj.vijayakumar@vantiva.net> | Wed Feb 15 01:36:38 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Feb 15 01:36:38 2023 +0000 |
tree | b49aacc75668a64b1cbb6b18e59cb7736acd79bf | |
parent | 4f2f655f60ee041e4b705f798f0bbb51cbf3d889 [diff] | |
parent | ce30ba89ff12600ec689ac7b9a77d77477e1e292 [diff] |
Fix CtsVerifier issue am: ce30ba89ff Original change: https://android-review.googlesource.com/c/platform/packages/apps/TV/+/2432312 Change-Id: Ic5b486090a77df534659223f08c3edb40de2d815 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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