Merge "Hard code BuildConfig."
tree: 9a50ad052d46e6bd8d972bc3bd59175ec0f95a7b
  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