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

Add pyre type checker as a project #52

Closed michalgr closed 1 year ago

michalgr commented 1 year ago

Create projects/pyre directory with README and build.mk files following the same pattern as all the other projects. build.mk should define a target making out/host/bin/pyre binary available. This can be done by running the following command: $(HOST_OUT_DIR)/bin/python3 -m pip install pyre-check.

After this issue is completed we should be able to run the following commands in the build environment:

make pyre-host
out/host/bin/pyre --help