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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Our current set of make targets have grown naturally over time, time to clean these up, streamline naming and introduce some usefull new ones:
compile
make android-lib-{abi} (same, compiles .so file for a specific abi)
make android (same, compiles arm-v7 abi and compiles Android test app)
make android-core-test (new, todo #5456, only compile if needed)
make android-ui-test (rename, only compiles 2 test apk for firebase on bitrise, no native build?)
run
make run-android (new, make android + install/run apk on device)
make run-android-core-test (new, todo #5456)
make run-android-unit-test (rename, unit tests on development machine)
make run-android-ui-test (new, instrumentation tests on device)
generate
make style-code-android (same, remains for parity with other bindings)
make test-code-android (rename, replaces current android-generate-test)
TODO:
make android-ui-test (rename)
make run-android (add)
make run-android-unit-test (rename)
make-run-android-ui-test (new)
make test-code-android (rename)
cc @mapbox/android
The text was updated successfully, but these errors were encountered:
@tobrun Not sure either, probably is short for "android package", feel free to rename it (remember this is the target used in bitrise.yml so that needs to be updated too).
Our current set of make targets have grown naturally over time, time to clean these up, streamline naming and introduce some usefull new ones:
compile
make android-lib-{abi} (same, compiles .so file for a specific abi)
make android (same, compiles arm-v7 abi and compiles Android test app)
make android-core-test (new, todo #5456, only compile if needed)
make android-ui-test (rename, only compiles 2 test apk for firebase on bitrise, no native build?)
run
make run-android (new, make android + install/run apk on device)
make run-android-core-test (new, todo #5456)
make run-android-unit-test (rename, unit tests on development machine)
make run-android-ui-test (new, instrumentation tests on device)
generate
make style-code-android (same, remains for parity with other bindings)
make test-code-android (rename, replaces current android-generate-test)
TODO:
cc @mapbox/android
The text was updated successfully, but these errors were encountered: