Go to file
Dan Albert 9840e1bf1a Use the full path to the shared lib.
Using only -lc (for example) means that in the case where we have one
library path with libc.a but no libc.so (such as prebuilts/ndk) and
another with libc.so (such as the out directory), we'll always use the
static version.

We can link shared libraries by their full path to be sure that we
always get the right library.

Change-Id: Idf5707fc4aaf9e651d7d8936611200760eab3c7c
2016-07-21 10:01:55 -07:00
android Fix Mega_device build 2016-07-19 21:37:28 -07:00
androidmk Add CommentGroups 2016-06-14 19:04:53 -07:00
cc Use the full path to the shared lib. 2016-07-21 10:01:55 -07:00
cmd Fix govet issue 2016-05-30 13:42:19 -07:00
env Support dependencies on environment variables 2015-03-26 14:13:49 -07:00
genrule Simplify arch target handling 2016-06-02 19:09:32 -07:00
glob Move globbing on top of pathtools.GlobWithExcludes 2015-04-29 14:59:23 -07:00
java Start using blueprint_go_binary 2016-05-31 18:31:56 -07:00
scripts Support stripping shared libraries and binaries 2016-05-03 14:03:38 -07:00
Android.bp Rename androidmk/test.go so go test can find it 2016-06-08 14:49:55 -07:00
bootstrap.bash Move shell and python scripts to scripts/ directory 2016-04-29 13:59:56 -07:00
build.ninja.in Update androidmk to match blueprint changes 2016-06-08 14:50:11 -07:00
doc.go Add soong_build primary builder 2015-03-13 20:28:16 -07:00
register.go Remove EarlyMutators and DynamicDependencies 2015-11-03 15:46:08 -08:00
root.bp Add system/extras/* to the root Android.bp file 2016-07-12 13:14:05 -07:00
soong.bash Update path to ninja 2016-05-04 16:25:26 -07:00
soong.bootstrap.in Use SRCDIR as a working directory 2015-09-17 23:42:25 -07:00