opengapps/aosp_build

Android 10 TV install issue

theyoung opened this issue · 2 comments

here is a my aosp build environment.
I am trying to build a Android TV 10 with a 'tvmini' variant.
But I cant find way out from a blow issue which is "PrebuiltGmsCorePano" version miss matching.
Someone, help me out?

thank you.

============================================
PLATFORM_VERSION_CODENAME=S
PLATFORM_VERSION=S
TARGET_PRODUCT=hikey960_tv
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-a
TARGET_CPU_VARIANT=cortex-a73
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv8-a
TARGET_2ND_CPU_VARIANT=cortex-a73
HOST_ARCH=x86_64
HOST_2ND_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-4.15.0-47-generic-x86_64-Ubuntu-18.04.2-LTS
HOST_CROSS_OS=windows
HOST_CROSS_ARCH=x86
HOST_CROSS_2ND_ARCH=x86_64
HOST_BUILD_TYPE=release
BUILD_ID=AOSP.MASTER
OUT_DIR=out
============================================
[ 94% 496/525] including vendor/opengapps/build/modules/PrebuiltGmsCorePano/Android.mk ...
FAILED: 
WARNING: No APK found compatible with API level 29 for package com.google.android.gms.leanback on arm64 and dpi nodpi
WARNING: No APK found compatible with API level 29 for package com.google.android.gms.leanback on arm and dpi nodpi
ziparchive W 08-25 12:21:19  1502  1502 Unable to open '': No such file or directory
zipinfo: couldn't open : I/O error
grep: bad regex: Invalid preceding regular expression
vendor/opengapps/build/modules/GoogleWebViewOverlay/Android.mk: error: PrebuiltGmsCorePano: No source files specified 
In file included from vendor/opengapps/build/core/prebuilt_apk.mk:64:
In file included from vendor/opengapps/build/modules/PrebuiltGmsCorePano/Android.mk:8:
In file included from vendor/opengapps/build/core/prebuilt_apk.mk:61:
In file included from build/make/core/prebuilt.mk:26:
build/make/core/prebuilt_internal.mk:37: error: done.
12:21:20 ckati failed with: exit status 1
dev@aosp-build:~/aosp/vendor/opengapps/sources/arm64/priv-app/com.google.android.gms.leanback/21/213-320$ ls -al
total 32456
drwxrwxr-x 2 dev dev     4096 Aug 20 21:06 .
drwxrwxr-x 3 dev dev     4096 Aug 20 21:06 ..
-rwxrwxr-x 1 dev dev 33224035 Aug 20 21:15 203019083.apk
dev@aosp-build:~/aosp/vendor/opengapps/sources/arm64/priv-app/com.google.android.gms.leanback/21/213-320$

@Blystad @webgeek1234 hey guys, could you give a hand here?

That's not Q/10, that's master aka S/12. I'm not too surprised that's exploding. But I haven't done anything on aosp master, dunno what would be needed to make it work.