Lines Matching refs:build
33 * On a developer preview build, dynamic linker warnings will also show up
102 above. Use `--hash-style=both` if you want to build code that uses this
123 Some apps have bad DT_NEEDED entries (usually absolute paths on the build
229 *Resolution*: remove the extra steps from your build that strip section
296 Even worse, some build systems have bugs that cause them to insert
297 DT_NEEDED entries that point to a file on the build host, something that
306 [C:\Users\build\Android\ci\jni\libBroken.so]
312 device. There are broken third-party toolchains/build systems that use
313 a path on a build host instead of the SONAME.
323 (Shared Object Name) attribute. The NDK build systems add this
325 a misconfiguration in your build system. A missing SONAME may lead to
341 configured your build system to generate incorrect SONAME entries (using
353 *Resolution*: build your code with `minSdkVersion` that matches the minimum
453 run time rather than at build time. This lets us use the same `libc.so` on all