Migrate tv/common to song

This reapplies I9db304a3b08c1fdfb3288520efc1f7ebcb557db2 after updates
for aosp/880432.

Change-Id: Ib2e9ad30f4b383c23c5603644688e9c57126273e
Test: m tv-common
Bug: 123237823
3 files changed
tree: 0550a876708e6003b8b829de47ff54abc51ae6bd
  1. assets/
  2. common/
  3. jni/
  4. libs/
  5. material_res/
  6. partner_support/
  7. res/
  8. src/
  9. tests/
  10. tuner/
  11. .gitignore
  12. Android.mk
  13. AndroidManifest.xml
  14. build.gradle
  15. gradle.properties
  16. open_source_project.LICENSE
  17. open_source_project.README
  18. OWNERS
  19. proguard.flags
  20. README.md
  21. settings.gradle
  22. version.mk
README.md

Live TV

Live TV is the Open Source reference application for watching TV on Android TVs.

Source

The source of truth is an internal google repository (aka google3) at cs/third_party/java_src/android_app/live_channels

Changes are made in the google3 repository and automatically pushed here.

The following files are only in the android repository and must be changed there.

  • *.mk
  • **/lib/*.*

AOSP instructions

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