You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The instruction to run repo init -u https://github.com/radxa/manifests.git -b Android12_Radxa_rk14 -m rockchip-r-release.xml seems incorrect -- rockchip-r-release.xml doesn't exist in the repo. rockchip-s-release.xml does.
After repo init finishes, I run into the following error:
$ source build/envsetup.sh
$ lunch RadxaCM5-userdebug
In file included from build/make/core/config.mk:313:
In file included from build/make/core/envsetup.mk:312:
frameworks/native/build/tablet-10in-xhdpi-2048-dalvik-heap.mk:19: error: _nic.PRODUCTS.[[device/rockchip/rk3588/RadxaCM5/RadxaCM5.mk]]: "vendor/partner_gms/products/gms.mk" does not exist.
21:50:04 dumpvars failed with: exit status 1
I was able to progress by commenting out the line $(call inherit-product, vendor/partner_gms/products/gms.mk) in RadxaCM5.mk, which matches e.g. RadxaRock5B.mk.
The text was updated successfully, but these errors were encountered:
repo init -u https://github.com/radxa/manifests.git -b Android12_Radxa_rk14 -m rockchip-r-release.xml
seems incorrect -- rockchip-r-release.xml doesn't exist in the repo. rockchip-s-release.xml does.repo init
finishes, I run into the following error:I was able to progress by commenting out the line
$(call inherit-product, vendor/partner_gms/products/gms.mk)
inRadxaCM5.mk
, which matches e.g.RadxaRock5B.mk
.The text was updated successfully, but these errors were encountered: