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
There's a slightly different issue on master. The newer v8 already has a conditional V8_ANDROID_LOG_STDOUT but it forgets to make the include itself conditional on that.
deps/v8/src/platform-posix.cc contains a dependency on <utils/Log.h>
This is available in the Android open source project (AOSP) but not in the NDK. For an NDK build, there needs to be a way to remove the dependency.
Current workaround is to have an Android-specific condition indicating whether or not the private AOSP includes are available:
a427c81
The text was updated successfully, but these errors were encountered: