facebookexperimental / ExtendedAndroidTools

Extended Android Tools is a place to host and maintain a build environment and makefiles cross compiling Linux tools we all love for Android.
Apache License 2.0
189 stars 63 forks source link

Buck2 Support #59

Closed Daquiver1 closed 1 year ago

Daquiver1 commented 1 year ago

This PR addresses issue #51 . I have managed to configure the makefile to execute the buck2-host target successfully. However, post-execution, the folder does not attain the executable permission as intended. I have attempted to alter the folder permissions using chmod +x (folder_dir), but this hasn't resolved the issue.