You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update android and what is coming next section (#2866)
Summary:
- Instructions on building android binary and benchmarking it via phone
- What is coming next
Created from CodeHub with https://fburl.com/edit-in-codehub
Reviewed By: cccclai, kirklandsign
Differential Revision: D55784384
*Pre-requisite*: Android NDK (tested with r26c) which can be downloaded from [here](https://developer.android.com/ndk/downloads). Note that the mac binary can be unpackaged and you can locate NDK folder from it.
146
146
147
+
**1.1 Set Android NDK**
148
+
```
149
+
export ANDROID_NDK=<path-to-android-ndk>
150
+
```
151
+
**1.2 Build executorch and associated libraries for android.**
0 commit comments