Skip to content

Commit d456d96

Browse files
committed
add line about building on Android
1 parent 66971b3 commit d456d96

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ The Makefile targets are very simple:
109109

110110
`make clean` - Cleans up the root directory
111111

112+
## Android
113+
114+
To build Android libraries for x86_64 and ARM64 architectures just `cd` into the `android/jni` directory and run `ndk-build`
115+
112116
## Linking With C++
113117

114118
If you want to use IsoAlloc with a C++ program you can use the `c_library_objects` Makefile target. This will produce .o object files you can pass to your compiler. These targets are used internally to build the library with `new` and `delete` support.

0 commit comments

Comments
 (0)