KaiOS: Difference between revisions

175 bytes added ,  11 September 2020
Added steps needed for using the b2g-sysroot & the mtp library to the mozconfig file
(Added the android.hardware.gnss.visibility_control@1.0.so library to the default mozconfig)
(Added steps needed for using the b2g-sysroot & the mtp library to the mozconfig file)
Line 14: Line 14:
<pre>
<pre>
./mach artifact toolchain --from-build toolchain-linux64-b2g-sysroot
./mach artifact toolchain --from-build toolchain-linux64-b2g-sysroot
rm -rf ~/.mozbuild/b2g-sysroot
mv b2g-sysroot ~/.mozbuild
</pre>
</pre>
Add a suitable mozconfig file, you can use the following one for the time being
Add a suitable mozconfig file, you can use the following one for the time being
Line 67: Line 69:
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.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-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-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"
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"
Confirmed users
429

edits