We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I followed the instructions and got an error right away. Has anyone else seen this?
FAILED: out/soong/build.ninja out/soong/.bootstrap/bin/soong_build -t -l out/.module_paths/Android.bp.list -b out/soong -n out -d out/soong/build.ninja.d -o out/soong/build.ninja Android.bp error: external/libdrm/Android.bp:27:1: module "libdrm_defaults" already defined device/brobwind/rpi3/hals/display/libdrm/Android.bp:27:1 <-- previous definition here error: external/libdrm/Android.bp:49:1: module "libdrm" already defined device/brobwind/rpi3/hals/display/libdrm/Android.bp:49:1 <-- previous definition here error: external/libdrm/Android.sources.bp:3:1: module "libdrm_sources" already defined device/brobwind/rpi3/hals/display/libdrm/Android.sources.bp:3:1 <-- previous definition here ninja: build stopped: subcommand failed. 17:31:26 soong bootstrap failed with: exit status 1
The text was updated successfully, but these errors were encountered:
The extern/libdrm project will be removed by repo command while downloading the source code, specified in the local_manifest.xml
Sorry, something went wrong.
No branches or pull requests
I followed the instructions and got an error right away. Has anyone else seen this?
FAILED: out/soong/build.ninja
out/soong/.bootstrap/bin/soong_build -t -l out/.module_paths/Android.bp.list -b out/soong -n out -d out/soong/build.ninja.d -o out/soong/build.ninja Android.bp
error: external/libdrm/Android.bp:27:1: module "libdrm_defaults" already defined
device/brobwind/rpi3/hals/display/libdrm/Android.bp:27:1 <-- previous definition here
error: external/libdrm/Android.bp:49:1: module "libdrm" already defined
device/brobwind/rpi3/hals/display/libdrm/Android.bp:49:1 <-- previous definition here
error: external/libdrm/Android.sources.bp:3:1: module "libdrm_sources" already defined
device/brobwind/rpi3/hals/display/libdrm/Android.sources.bp:3:1 <-- previous definition here
ninja: build stopped: subcommand failed.
17:31:26 soong bootstrap failed with: exit status 1
The text was updated successfully, but these errors were encountered: