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

Workaround with symlinks? #27

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

Workaround with symlinks? #27

valeriangalliat opened this issue Sep 5, 2015 · 0 comments

Comments

@valeriangalliat
Copy link

#16 was fixed with symlinks but the created zip don't contains them.

Zipping with --symlinks is not a solution since symlinks are extracted as regular files with the target as file content.

Maybe creating a .tar.gz file could solve this problem, though I don't know if these archives can be flashed on an Android device with regular tools?

Otherwise I was thinking of a hook script that would create the symlinks once the zip extracted, but I'm not sure this is possible, I'm really not confident with Android right now.

An other solution would be to make a plain copy of the library files instead of symlinks, but this is a waste of space.

Any idea?
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