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

Duplicated arm directory #28

Open
valeriangalliat opened this issue Sep 5, 2015 · 0 comments
Open

Duplicated arm directory #28

valeriangalliat opened this issue Sep 5, 2015 · 0 comments

Comments

@valeriangalliat
Copy link

Hey,

On master (a73691b) looks like the arm output directory is cloned at different places (probably due to mv destination issues with multiple builds without distclean):

  • out/arm
  • out/arm/arm
  • out/arm/arch/arm

I believe out/arm/arm and out/arm/arch/arm should be deleted. It appears out/arm/arm is ignored by flashing software, and out/arm/arch/arm is installed in /system/arm which is useless to the system and just takes more space (and is a plain duplicate of what's installed in /system anyway).

Also, do you think anything in the out directory should be tracked by Git? I'd rather leave the out directory empty so we begin with a clean build just after cloning.

What do you think?
Thanks!

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

1 participant