commit | db7d4343c0f6db20b383ea57d72a56e1389058f5 | [log] [tgz] |
---|---|---|
author | Yuntao Xu <yuntaoxu@google.com> | Tue Nov 02 21:18:06 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Nov 02 21:18:06 2021 +0000 |
tree | e094c5aaa8f5d5c645530c60e9aa3462a163ffa7 | |
parent | d814622680b8adffedee79bc8c1b41e14927036b [diff] | |
parent | 8db1b5ae23cbece3ed49c7c735e8c2c52e14c97c [diff] |
Merge "Convert input/Android.mk to Android.bp" am: 8db1b5ae23 Original change: https://android-review.googlesource.com/c/platform/packages/apps/TV/+/1867138 Change-Id: I20e75f91d6915a1faccbc9f1d76d61f4452b7e0c
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