Manually inserting gtest include directories causes build failures in
manifests that don't have external/gtest. external/gtest already
exports its include directories so remove the manual include directory.
Change-Id: I6baac4bd3bea7dba3aa134d18b66f02a6dc9a54a
am: 9ffe33d
* commit '9ffe33d896901d2e6694a90c8fe3529818a675ce':
Support "none" for stl when using ndk
Change-Id: I8dcc3746af779ac47f87124bb9b1554f373f7f1e
am: 9a6f172
* commit '9a6f1723aebd6428e3f2a17d771699ccaf73bf15':
Support "none" for stl when using ndk
Change-Id: Ica2e910db6c32c394b361050487c12e0c7d46046
am: 4bd2663
* commit '4bd26639378a2cf7c1480823b63645ee7d40c584':
Support "none" for stl when using ndk
Change-Id: I897148eb79025daa6485fd45c5946d4a889bb88e
am: 4a97cb4
* commit '4a97cb432823899dfc70cd5a874409b353e08115':
Support "none" for stl when using ndk
Change-Id: I99a2a94b8af85a632674db44b04c5ada272c934f
Add a new feature to cc modules that adds the cflags and libraries
necessary to implement AddressSanitizer, ThreadSanitizer, and
UndefinedBehaviorSanitizer.
Change-Id: Ibe5ffadc7ece56080a2521f2c7c00da9ef712584
cc needs to know what stl was selected, promote stl from a generic
feature implementation to a fixed type pointer.
Change-Id: I950ef947f7cd254fe3074f4ff240bb2b90b9116c
Exported cflags are needed by a variety of cc module types. Refactor
them into an object that can be composed into any cc module type.
Change-Id: I7427ba71085917ca3ec522abadfa2bf33ab43440
This will allow modules to specify a local script file that will be
expanded to the proper path in $tool, and will automatically be added to
the dependencies.
Change-Id: Icea4046b1fe2fd7c543aa33913d1a53201b15353
Add two cc properties: `generated_sources` and `generated_headers`,
instead of just adding genrule modules to `deps`. Label these with the
dep tagging mechanism, add the generated_headers paths to the include
paths, and add dependencies to generated headers for each compile.
Add dependencies so that regular sources can include generated yacc
headers, not just other generated lex/yacc files. Static/shared specific
sources still don't have dependencies to or from regular sources though.
Switch from an implicit dependency on generated files to an orderonly
dependency, since the depfile will take care of the necessary implicit
dependencies for incremental builds.
Change-Id: I436675acb1f57329d98b81c56dcb4384201a68ea
Blueprint now requres DependencyTags to be passed to AddDependency
calls. Use the tags to avoid setting member variables on modules, which
will be lost after the mutators have been called.
Change-Id: I8c1d9ed1db85a300e14394b911a516d361ba9f75
The deps property is handled by blueprint, which doesn't give the
flexibilty of handling it within soong. Switch to using objs instead.
Change-Id: Ib8273546578b31b186a3cf1566e80a5eb11943b7
am: 5f23964
* commit '5f23964bfe2a51835b50df219bee745c11650eb7':
libm's headers have moved to live with their libc cousins.
Change-Id: Ia1e33dc96f51eb32743b2ff68c2804b15010792f
am: bb4937e
* commit 'bb4937ef99e9adf89657aa6be11e580219c3e0bc':
libm's headers have moved to live with their libc cousins.
Change-Id: I8175ceb8904fcfa5b0bfd24320364bdc6191f48e
am: 8524429
* commit '852442957bf35e9dced80ec01d8a72da28743ea5':
libm's headers have moved to live with their libc cousins.
Change-Id: I9e10b1e6d08ecd25b6cfda4cbc2b973a20d1aaa9
am: 9d389bf
* commit '9d389bfef937de8bb7cbc54d6b087b1ea063959f':
Move runpaths out of global ldflags
Change-Id: I4eeb2b481107ff701b6523fd8af5ee5210c6a214