commit | 2d7bf9da8aa3c9037a2d705fc77d64fe3df5333e | [log] [tgz] |
---|---|---|
author | Yuntao Xu <yuntaoxu@google.com> | Tue Oct 19 16:30:22 2021 -0700 |
committer | Yuntao Xu <yuntaoxu@google.com> | Thu Oct 28 11:45:35 2021 -0700 |
tree | 6823ff48cffcfdcd5a52bb7135c365c96b66fb68 | |
parent | 8aad9d2eedd214747b8191e9581d82629d4d34e0 [diff] |
Convert input/Android.mk to Android.bp 1. Converted the Make file to a Soong one; 2. The apk built with Soong has more files than that built with Make in the res/ directory, due to that Soong includes more properties or files than Make, which is considered OKay for the conversion. Bug: 203606453 Test: compared the two apk files built by Make and Soong Test: TreeHugger Change-Id: Ib5fc8fd0876ff5cd6f9a7ab46cf1ccf824359249
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