Build angle for Android on Linux,
1. install depot_tools, python3
2. mkdir angle; cd angle; fetch angle
3. ./build/install-build-deps.sh, ./build/install-build-deps-android.sh
4. gn args out/Android
target_os = "android"
target_cpu = "arm64"
is_component_build = false
is_debug = false
angle_assert_always_on = true # Recommended for debugging. Turn off for performance.
use_goma = false # Googlers-only! If you're not a Googler remove this.
then error occurs:
Generating files...
ERROR at //build/config/android/rules.gni:2677:25: Unable to load "/home/insta360/Documents/code/angle_for_android/third_party/android_sdk/BUILD.gn".
android_sdk_dep = _android_sdk_dep
^---------------
Any help on this?
Thanks
--
You received this message because you are subscribed to the Google Groups "angleproject" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angleproject...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/angleproject/753629aa-3054-4930-8591-9846b7d2fac2n%40googlegroups.com.