The documentation here <https://source.android.com/devices/tv/reference-tv-app> states that when building the Live TV app, one needs to:
1. use the *master* branch when targeting Android 7.0 or newer. 2. use the *android-live-tv* when for targeting Android 6.0. *Question:* Should I be able to build the Live TV app using *android-live-tv* branch on Android *10*? i.e., use newer Android but still the old branch, *android-live-tv*. Here is error I am getting when building: mmm -j8 packages/apps/TV ============================================ PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=10 TARGET_PRODUCT=aosp_x86_64 TARGET_BUILD_VARIANT=eng TARGET_BUILD_TYPE=release TARGET_ARCH=x86_64 TARGET_ARCH_VARIANT=x86_64 TARGET_2ND_ARCH=x86 TARGET_2ND_ARCH_VARIANT=x86_64 HOST_ARCH=x86_64 HOST_2ND_ARCH=x86 HOST_OS=linux HOST_OS_EXTRA=Linux-5.8.0-63-generic-x86_64-Ubuntu-14.04.6-LTS HOST_CROSS_OS=windows HOST_CROSS_ARCH=x86 HOST_CROSS_2ND_ARCH=x86_64 HOST_BUILD_TYPE=release BUILD_ID=QD4A.200805.003 OUT_DIR=out ============================================ $(shell echo "$(( ($(date --utc +%s) - 1577836800 ) / 60 ))") was changed, regenerating... out/soong/Android-aosp_x86_64.mk was modified, regenerating... [100% 33/33] initializing build system ... FAILED: packages/apps/TV/version.mk:65: error: BUILD_NUMBER is obsolete. See https://android.googlesource.com/platform/build/+/master/Changes.md#BUILD_NUMBER. 12:46:52 ckati failed with: exit status 1 #### failed to build some targets (01:28 (mm:ss)) #### -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/9c2f08bb-0bd3-4ded-9251-1ba111d57650n%40googlegroups.com.
