This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Description
I hava download android source with branch anbox-p
repo init -u https://github.com/anbox/platform_manifests.git -b anbox-p
repo sync -j4
and the default xml .repo/manifests/default.xml is
<default revision="refs/tags/android-9.0.0_r3"
After I have lunch anbox_arm64-userdebug,but show errors:
[root@myq anbox-android9]# lunch anbox_arm64-userdebug
build/make/core/envsetup.mk:254: error: Multiple board config files for TARGET_DEVICE arm64: device/anbox/arm64/BoardConfig.mk device/generic/arm64/BoardConfig.mk.
10:54:57 dumpvars failed with: exit status 1
How can I fix it?