google / smali

Other
175 stars 29 forks source link

Move grammar files to referenced location and remove symlinks #43

Closed zerny closed 1 month ago

zerny commented 2 months ago

Fixes #42

sgjesse commented 2 months ago

The files where placed in third_party due to the licence headers of the files, so we should keep them there and find another way which is not symlinks (as git has issues with symlinks on Windows). However, see https://stackoverflow.com/questions/5917249/git-symbolic-links-in-windows/59761201#59761201 as this support seems to be comming.

zerny commented 1 month ago

Abandoning this as we will rely on symlink support on windows instead.