Debug builds of Chromium now default to Component build:
https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/kk47YfzT0vQ
If it's simple to do, we should consider fixing Chromoting to work with is_component_build=true.
Alternatively, we should update the docs to require
is_component_build=false
when doing Debug builds.
For example, remoting_apk builds fine, but fails at runtime with:
E AndroidRuntime: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/org.chromium.chromoting-1/base.apk"],nativeLibraryDirectories=[/data/app/org.chromium.chromoting-1/lib/arm, /data/app/org.chromium.chromoting-1/base.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]]] couldn't find "libremoting_client_jni.so"
Comment 1 by bugdroid1@chromium.org
, Aug 9 2016