Skip to content
New issue

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

AOSP.patch is not written correctly #19

Open
1 task done
cmclaudet opened this issue Jul 23, 2019 · 4 comments
Open
1 task done

AOSP.patch is not written correctly #19

cmclaudet opened this issue Jul 23, 2019 · 4 comments

Comments

@cmclaudet
Copy link

cmclaudet commented Jul 23, 2019

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.
@jo-xprize
Copy link
Contributor

@cmclaudet Hi, Catherine. If you take a look at the file INSTALL-STANDALONE.md, you'll find instructions on how to build and install the onebillion software as a normal (standalone) Android app. This way you won't have to deal with the complexity of flashing filesystem images. Would you be able to use this installation method instead, or are you required to use filesystem images?

@cmclaudet
Copy link
Author

cmclaudet commented Jul 24, 2019 via email

@jo-xprize
Copy link
Contributor

@cmclaudet Hi, Catherine. Were you able to follow the instructions in the INSTALL-STANDALONE.md file? Let us know if any of the steps are unclear so that we can assist you.

@cmclaudet
Copy link
Author

Hi Jo, there was no problem following these install instructions. Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants