Skip to content

AOSP.patch is not written correctly #19

@cmclaudet

Description

@cmclaudet
Component

In the build instructions: https://github.com/XPRIZE/GLEXP-Team-onebillion/blob/master/BUILD.md

Description

Step 2.4, "Apply the AOSP/onecourse-AOSP.patch from the onecourse source repository to the AOSP source tree (current working folder)." does not work as expected as it seems the patch does not contain the correct paths to the files in question.
For example, in line 3 of AOSP/onecourse-AOSP.patch, a/target/product/full_base.mk should be a/build/target/product/full_base.mk. It is the same for all references to this file, and (seemingly) all other files referenced in the patch.
For some files it's possible to just correct the path used in the patch to that file, but for others there are multiple files with the same name but different paths in the whole repo. For example, BoardConfig.mk seems to appear around 30 times, so it's not clear which one of these the patch should apply to.

Severity
  • High
    I assume without the patch it isn't possible to do step 2 of the build instructions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions