Changes

Jump to: navigation, search

KaiOS

175 bytes added, 14:04, 11 September 2020
Added steps needed for using the b2g-sysroot & the mtp library to the mozconfig file
<pre>
./mach artifact toolchain --from-build toolchain-linux64-b2g-sysroot
rm -rf ~/.mozbuild/b2g-sysroot
mv b2g-sysroot ~/.mozbuild
</pre>
Add a suitable mozconfig file, you can use the following one for the time being
ac_add_options --with-hostapd-1.0-so="$HOME/.mozbuild/b2g-sysroot/out/target/product/generic_x86_64/system/lib64/android.hardware.wifi.hostapd@1.0.so"
ac_add_options --with-hostapd-1.1-so="$HOME/.mozbuild/b2g-sysroot/out/target/product/generic_x86_64/system/lib64/android.hardware.wifi.hostapd@1.1.so"
ac_add_options --with-mtp-so="$MOZ_FETCHES_DIR/b2g-sysroot/out/target/product/generic_x86_64/system/lib64/libmtp.so"
ac_add_options --with-netd-aidl-so="$HOME/.mozbuild/b2g-sysroot/out/target/product/generic_x86_64/system/lib64/netd_event_listener_interface-V1-cpp.so"
ac_add_options --with-netd-event-so="$HOME/.mozbuild/b2g-sysroot/out/target/product/generic_x86_64/system/lib64/netd_aidl_interface-V2-cpp.so"
Confirm
384
edits

Navigation menu