tag | fe56d3cb87b779ed0d65bc27300e64e397a25ca4 | |
---|---|---|
tagger | The Android Open Source Project <initial-contribution@android.com> | Fri Jan 14 10:40:59 2022 -0800 |
object | 0c6bc3c6f3884fe45b748c6604aa5a489ecd9397 |
Android 12.0.0 release 27
commit | 0c6bc3c6f3884fe45b748c6604aa5a489ecd9397 | [log] [tgz] |
---|---|---|
author | Yuntao Xu <yuntaoxu@google.com> | Mon May 10 21:46:21 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon May 10 21:46:21 2021 +0000 |
tree | 0f7f1db0ccb17c9cae5cf514ee2c892d98980222 | |
parent | 3c69d251f11d8f15349b44ccdda4a51769f656aa [diff] | |
parent | 2b1e4b4f3a1167a8cebe65282549f6c71a9eed6c [diff] |
Merge "Convert Android.mk to Android.bp" am: 1ea232f323 am: 2a2569c91f am: 2b1e4b4f3a Original change: https://android-review.googlesource.com/c/platform/packages/apps/TV/+/1689287 Change-Id: I68ba36ffa35e17ceb61a33cca1ac033e344a6b97
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