Add ConcurrentDvrPlaybackFlags to the tuner buffer

Cloned from CL 222241056 by 'hg patch'.
Original change by nchalko@nchalko:copybara_1C855C64AE66326F8BB69F7A220D4FC5_0:9725:citc on 2018/11/20 07:13:45.

Live Channels: Import of http://pa/1180863

PiperOrigin-RevId: 222316043
Change-Id: Ie141f70a88ed54ee20a89c2cf1523546c3b08a4f
15 files changed
tree: c7a4fcb610640b6724dad6794060383153425992
  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 Channels

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

Source

The source of truth is the 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