/usr/share/faust/api/android/README.md is in faust-common 0.9.95~repack1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | # `faust2api`: Android Support
The JNI interface of the Faust support for Android can be regenerated at any point simply by running the following command from `/architecture/api/android`:
```
swig -java -package com.DspFaust -includeall -verbose -outdir jni -c++ -I/System/Library/Frameworks/JavaVM.framework/Headers -Ijni -o jni/java_interface_wrap.cpp jni/dsp_faust_interface.i
```
This command should work both on Linux and OSX. This might be useful in case new methods are added to `/architecture/api/android/DspFaust.h`.
|